Settings

Theme

Show HN: JavaScript MapConcurrent

github.com

2 points by allenng 2 years ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection