Show HN: JavaScript MapConcurrent
github.comI 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.
No comments yet.