galois icon indicating copy to clipboard operation
galois copied to clipboard

Implement multi-threaded evaluation

Open bobbinth opened this issue 4 years ago • 0 comments

Most (all?) bulk operations can be sped up by leveraging multi-threading. The way to do this is probably to spin up worker threads with shared WASM memory and assign a subset of a bulk operation to each worker.

bobbinth avatar Aug 06 '19 18:08 bobbinth