Get the latest tech news
Bun has an open PR adding shared-memory threads to JavaScriptCore
What this is Shared-memory threads for JavaScriptCore. new Thread(fn) runs fn on another thread, in the same heap, with the same objects. No structured clone, no message passing, no SharedArrayBuff...
None
Or read this on Hacker News