Show HN: JavaScript MapConcurrent (github.com)
I created an object that provides a concurrent map operation, inspired by patterns common in Java, but that I've not seen in JavaScript. This was mostly an exercise to see if I could get it to work; I haven't used it in anything yet. It uses WebWorkers and transfers buffers instead of copying them which is faster than array.map.
0 comments
[ 7.1 ms ] story [ 14.5 ms ] threadNo comments yet.