Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | 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-17 | Add node:assert bench | 1 | -0/+15 | |
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 | Bun.deepEquals and expect().toEqual() (#1548) | 1 | -0/+509 | |
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -14/+19 | |
2022-11-15 | Add non-standard headers API types | 1 | -0/+40 | |
2022-11-02 | Add a misc snippet | 1 | -0/+12 | |
2022-10-28 | Upgrade WebKit | 1 | -0/+16 | |
2022-10-25 | TCP & TLS Socket API (#1374) | 3 | -0/+129 | |
2022-10-12 | Add hugemem snippet | 2 | -0/+26 | |
2022-10-12 | Add snippet | 2 | -0/+16 | |
2022-10-09 | Update WebKit | 1 | -3/+0 | |
2022-10-09 | Add some more bench snippets | 4 | -1/+79 | |
2022-10-09 | Snippet for return await | 1 | -0/+19 | |
2022-10-03 | Add readdir snippet | 1 | -0/+13 | |
2022-09-28 | Bench snippet for Array.map | 1 | -0/+54 | |
2022-09-22 | Faster `Blob` + begin to implement `FileSink` | 1 | -0/+30 | |
2022-09-14 | typo | 1 | -1/+1 | |
2022-09-14 | Update crypto.mjs | 1 | -3/+3 | |
2022-09-14 | Add missing `getRandomValues` to crypto polyfill | 1 | -4/+4 | |
2022-09-14 | Update crypto benchmark | 1 | -5/+12 | |
2022-09-14 | Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arrays | 1 | -0/+18 |