Jarred Sumner
|
40506e33e7
|
Fix bench
|
2022-10-13 15:26:48 -07:00 |
|
Jarred Sumner
|
695da9ee29
|
Fix import path issue in ffi bench
|
2022-09-09 19:45:39 -07:00 |
|
Jarred Sumner
|
5de8271181
|
Handle builds with remote inspector disabled
|
2022-08-18 00:22:24 -07:00 |
|
Jarred Sumner
|
bced6fab58
|
Delete plus100-napi
|
2022-07-22 01:53:57 -07:00 |
|
Jarred Sumner
|
80f797b2e5
|
Mark as executable
|
2022-07-22 01:37:42 -07:00 |
|
evanwashere
|
71930db9b0
|
fix benchmark not building with old rust version
|
2022-07-13 03:14:50 -04:00 |
|
evan
|
a9e4ff2029
|
cleanup benchmarks folder (#587)
* cleanup benchmarks
* run prettier
|
2022-07-12 01:40:12 -07:00 |
|
lucasew
|
118c134918
|
update bash references to work in non-fhs compliant distros
Signed-off-by: lucasew <lucas59356@gmail.com>
|
2022-07-09 18:28:32 -07:00 |
|
Jarred Sumner
|
f5527c976e
|
Clean up some benchmarks
|
2022-07-05 00:54:42 -07:00 |
|
Jarred Sumner
|
17045601e7
|
[bench] Add an ffi data overhead bench
|
2022-07-04 08:39:07 -07:00 |
|
Jarred Sumner
|
fddf8f8163
|
Delete broken submodule
|
2022-06-12 03:16:50 -07:00 |
|
Jarred Sumner
|
43de33afc7
|
Web Streams API (#176)
* [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>
|
2022-06-07 22:32:46 -07:00 |
|
Jarred Sumner
|
61b2821472
|
Make the napi mjs file runnable in both bun & node
|
2022-05-11 15:12:17 -07:00 |
|
Jarred Sumner
|
247f4810c5
|
Fix export symbols on Linux
|
2022-05-11 03:45:00 -07:00 |
|
Jarred Sumner
|
eb2a6aee4d
|
Include napi in plus100
|
2022-05-10 20:50:38 -07:00 |
|
Jarred Sumner
|
e3362a0fda
|
clarify
|
2022-05-03 02:35:05 -07:00 |
|
Jarred Sumner
|
91e96a8da8
|
ffi overhead bench
|
2022-05-03 02:11:59 -07:00 |
|
Jarred Sumner
|
8b1924f6c2
|
Add docs for FFI
|
2022-05-03 01:25:46 -07:00 |
|
Jarred Sumner
|
125a4c747b
|
[bun:ffi] cleanup
|
2022-05-02 03:40:14 -07:00 |
|