Jarred Sumner(@jarredsumner) 's Twitter Profileg
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

20,5K Tweets

97,0K Followers

789 Following

Bun(@bunjavascript) 's Twitter Profile Photo

Bun v1.1.8
- Fixes 54 bugs (addressing 184 👍)
- Brotli compression in node:zlib
- process.on('uncaughtException')
- JSON.parse(long string) gets 200% - 400% faster
- Fixed 'Illegal instruction' on Windows

Thanks to 12 contributors!
bun.sh/blog/bun-v1.1.8

account_circle
Bun(@bunjavascript) 's Twitter Profile Photo

In the next version of Bun & Safari

• 6% faster JSON.parse(object)
• 200% - 400% faster JSON.parse(long string)

Thanks 小倉唯!

In the next version of Bun & Safari • 6% faster JSON.parse(object) • 200% - 400% faster JSON.parse(long string) Thanks @Constellation!
account_circle
Jarred Sumner(@jarredsumner) 's Twitter Profile Photo

imo, there are two typescripts

Typescript for library authors: power tools for adding in-editor documentation & feedback as-you-type to your library

Typescript for app developers: good editor autocomplete that helps catch bugs and mostly gets out of the way

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

We are focusing on making Bun the best JavaScript runtime, package manager, test runner, and bundler for teams & companies to run in production environments.

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

context: one of axios’ tests fails when run in Bun because we currently ignore the “content-length” header a user passes. This is what browsers do, but not node:http. So we probably need to do something special for node:http specifically, but the general q is interesting.

account_circle