Bun has an open PR adding shared-memory threads to JavaScriptCore
https://github.com/oven-sh/WebKit/pull/249
#HackerNews #Bun #JavaScriptCore #sharedmemory #threads #openPR #WebKit

Shared-memory threads for JavaScriptCore (experimental, not working yet) by Jarred-Sumner · Pull Request #249 · oven-sh/WebKit
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...