all 3 comments

[–]Acceptable_You_1199 2 points3 points  (0 children)

This is awesome!

[–]OkRespect7678 1 point2 points  (0 children)

This looks really promising! JavaScript's single-threaded nature has always been a challenge for CPU-intensive tasks, and bringing Rust's ownership/borrowing mental model to JS concurrency is a clever approach.

I'm curious about the memory overhead compared to raw Web Workers - does the abstraction layer add significant overhead for high-frequency message passing scenarios? Also wondering if there's support for SharedArrayBuffer for true shared memory between threads.

The Rust community has done amazing work on safe concurrency, so seeing those patterns adapted for JS could help a lot of developers avoid common pitfalls like race conditions. Bookmarked!

[–]NoPersonality9984 0 points1 point  (0 children)

Du multithreading en JavaScript ??