9 ms·
I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/ http://danieltao.com/lazy.js/
by cdsanchez 12y ago
I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/ http://danieltao.com/lazy.js/
- ricardobeat 12y agoMy thoughts. edit: added lazy.js to the benchmark and transducers.js wins hands down. Lazy also starts way behind _/lodash and only catches up after >50k elements.
- michaelsbradley 12y agoWhat about transducer support in David Nolen's mori library? https://github.com/swannodette/mori https://github.com/swannodette/mori I would be interested to know how its transducer support and performance compares to transducers.js.