Hacker News new | ask | show | jobs
by cdsanchez 4261 days ago
I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/
1 comments

My 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.

What about transducer support in David Nolen's mori library?

https://github.com/swannodette/mori

I would be interested to know how its transducer support and performance compares to transducers.js.