aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/noop.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-10Prepare to run these automaticallyGravatar Jarred Sumner 1-1/+1
2023-02-26Add callback to benchGravatar Jarred Sumner 1-1/+12
2022-07-12cleanup benchmarks folder (#587)Gravatar evan 1-0/+17
* cleanup benchmarks * run prettier
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-17/+0
2022-06-07Web Streams API (#176)Gravatar Jarred Sumner 1-0/+17
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>