Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-16 | Make new HTTP client more stable | 1 | -0/+8 | ||
2022-08-21 | Reduce allocations for `ObjectPool` | 1 | -0/+25 | ||
2022-06-29 | [misc] Helper functions to ObjectPool | 1 | -0/+8 | ||
2022-03-15 | Update pool.zig | 1 | -0/+1 | ||
2022-03-02 | reduce number of global variables | 1 | -21/+31 | ||
2022-02-02 | "path" module from Node.js implementation | 1 | -1/+1 | ||
2022-02-01 | Limit the number of pooled objects | 1 | -1/+27 | ||
2022-01-05 | Fix crash that sometimes happens after 30 seconds | 1 | -7/+117 | ||
2022-01-05 | [JS Parser] Reduce memory usage by ~8% | 1 | -1/+1 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -2/+2 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-19 | Remove duplicate code | 1 | -14/+23 | ||
2021-12-17 | 👶event loop | 1 | -4/+6 | ||
2021-12-16 | [bun install] async http request works I think? | 1 | -0/+37 | ||