bun
https://github.com/oven-sh/bun
Zig
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported15 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- Hand intrusive work-pool tasks to the pool through the object's pointer, not a reference
- blob(windows): free CopyFileWindows and ReadFileUV through the task pointer, not under &mut self
- fetch: release the FetchTasklet through its raw pointer, not a &mut receiver
- jsc: remove AbortSignal::unref/detach; add abort_signal::PendingActivityRef as the owned hold on a signal
- http: stop holding &mut HttpThread across code that re-borrows it through http_thread()
- io: hand ReadFile/WriteFile to the io thread through the owner's pointer, not &mut self.io_request
- node:path: rewrite on JSString storage in Rust, match Node.js v26 exactly, ~3x faster
- console: print one array element per line unless entries are short primitives
- Startup snapshots (1/4): dependency pins and build wiring
- Startup snapshots (2/4): take/restore runtime and Bun.startupSnapshot
- Docs
- Zig not yet supported