Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 428 Bytes

Web Worker

Rayon-like worker thread pool. Heavily inspired and based on the works of Alex Crichton This Fork will remove the wasm-bindgen debendency and try to improve performance by using atomic.wait() and atomic.notify()

Original example Generalized Version