Bun has an open PR adding shared-memory threads to JavaScriptCore (opens in new tab)
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...
Read the original article