Jarred Sumner (@jarredsumner) 's Twitter Profile
Jarred Sumner

@jarredsumner

building @bunjavascript. formerly: @stripe (twice) @thielfellowship. high school dropout. npm i -g bun

ID: 2489440172

linkhttps://bun.sh/careers calendar_today11-05-2014 07:12:54

23,23K Tweet

117,117K Followers

768 Following

Jarred Sumner (@jarredsumner) 's Twitter Profile Photo

it feels like multithreading the act of writing code. similar potential for wins and similar tradeoffs. the codebase has to be organized well enough with repeatable patterns in small files bun’s JS parser is still a 20k file, but fortunately most of bun isn’t like that nowadays

Bun (@bunjavascript) 's Twitter Profile Photo

Bun v1.2.16 - Fixes 73 issues (addressing 124 πŸ‘) - Serve files with `Bun.serve` in `routes` - `vm.SyntheticModule` & `node:http_parser` - Rewrote much of node:net for improved Node.js compatibility - Bun.spawn uses less ram Thanks 25 contributors! bun.sh/blog/bun-v1.2.…

josh (@joshcaughtfire) 's Twitter Profile Photo

Darren Shepherd Honestly think they are a great primitive, really in the sweet spot of abstraction. And support across the stack is usually good enough. Did a test the other day with >250k concurrent clients on Bun with <500MB ram and ~9ms broadcasts, pretty decent backend