Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-13 | use a lazyily initialized stream for `node:crypto` `createHash` (#2652) | 5 | -2714/+55 | |
2023-04-04 | Add npm benchmark (#2555) | 12 | -0/+270 | |
2023-03-07 | Improve Benchmarking page, small fixes (#2339) | 2 | -0/+16 | |
2023-03-03 | Update react-dom-render.bun.js | 1 | -2/+2 | |
2023-03-03 | react-dom/server@next | 1 | -5/+4 | |
2023-03-02 | Add a zig fmt action (#2277) | 42 | -2838/+1009 | |
2023-03-02 | Ensure prettier knows where to look | 2 | -2/+4 | |
2023-02-26 | Update emitter.mjs | 1 | -1/+7 | |
2023-02-26 | Add callback to bench | 1 | -1/+12 | |
2023-02-25 | make emitter bench work in node | 1 | -14/+13 | |
2023-02-23 | Upgrade Zig (#2151) | 1 | -2/+2 | |
2023-02-22 | Various type fixes (#2135) | 1 | -2/+1 | |
2023-02-20 | Fix Deno SQLite benchmark (#2112) | 1 | -1/+1 | |
2023-02-17 | update `bun.lockb`s (#2101) | 7 | -0/+0 | |
2023-02-13 | Add FormData bench snippet | 1 | -0/+34 | |
2023-02-06 | Update text-decoder.mjs | 1 | -4/+1 | |
2023-02-06 | bump | 1 | -0/+17 | |
2023-01-29 | Update buffer-create.mjs | 1 | -0/+5 | |
2023-01-28 | Support running WASI (WebAssembly) files using `bun run` (#1929) | 1 | -0/+25 | |
2023-01-28 | Fix if condition always being true (#1923) | 1 | -1/+1 | |
2023-01-23 | 3x faster `Buffer.isBuffer` | 1 | -1/+17 | |
2023-01-23 | Update bench | 1 | -51/+95 | |
2023-01-22 | Add some more emitters to the benchmark | 3 | -55/+71 | |
2023-01-21 | Implement `process.execArgv` | 1 | -2/+2 | |
2023-01-21 | Update buffer-create.mjs | 1 | -2/+21 | |
2023-01-17 | Update crypto-hasher.mjs | 1 | -2/+8 | |
2023-01-07 | Implement DNS module (#1691) | 2 | -0/+152 | |
2023-01-05 | Bump | 1 | -1/+1 | |
2023-01-05 | Update tcp-echo.bun.ts | 1 | -13/+15 | |
2023-01-04 | split server/client for tcp echo benchmark to better measure net.Socket perf | 2 | -58/+60 | |
2023-01-04 | 10x faster `new Buffer` (#1717) | 1 | -15/+12 | |
2023-01-02 | Add buffer creation snippet | 1 | -0/+32 | |
2023-01-02 | update node echo bench | 1 | -13/+55 | |
2022-12-29 | [node:crypto] 50x faster `createHash` | 1 | -2/+2 | |
2022-12-29 | Introduce `Bun.CryptoHasher` | 1 | -0/+30 | |
2022-12-22 | Update bench (#1648) | 2 | -8/+8 | |
2022-12-17 | Add node:assert bench | 1 | -0/+15 | |
2022-12-15 | prettier | 8 | -20/+22 | |
2022-12-11 | Update WebKit | 1 | -0/+47 | |
2022-12-06 | Add snippet | 3 | -0/+23 | |
2022-12-05 | microbench | 1 | -1/+38 | |
2022-12-03 | misc | 2 | -0/+30 | |
2022-12-03 | Object.defineProperties snippet | 1 | -0/+145 | |
2022-12-01 | 3x faster `TextEncoder.prototype.encodeInto` | 1 | -0/+10 | |
2022-12-01 | Reduce memory usage in Bun.serve() by up to 3x (#1569) | 1 | -1/+14 | |
2022-11-27 | Add microbenchmark for console log | 1 | -0/+53 | |
2022-11-26 | Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552) | 5 | -0/+182 | |
2022-11-26 | Add a console.log write bench | 1 | -0/+24 | |
2022-11-23 | Add `expect().toEqual()` bench | 8 | -0/+325 | |
2022-11-23 | Bun.deepEquals and expect().toEqual() (#1548) | 3 | -0/+512 |