4 ms·
It sounds pretty interesting, but is JavaScript really the proper way to implement... Is the implementation transferable to other problems?
by GoGlobal 15y ago
It sounds pretty interesting, but is JavaScript really the proper way to implement...
Is the implementation transferable to other problems?
- sylvinus 15y agoThe worker implementation could be made generic with a little work. These people made a map reduce implementation with a similar design: http://maprejuice.com/ http://maprejuice.com/
- ImJasonH 15y agoI've been doing some free-time hacking on a generic solution to distributing Javascript tasks. https://code.google.com/p/mrjs https://code.google.com/p/mrjs It's definitely not secure, or very reliable, but it's a start at least. (Contributions accepted!)