jlongster / transducers.js

A small library for generalized transformation of data (inspired by Clojure's transducers)
BSD 2-Clause "Simplified" License
1.73k stars 54 forks source link

Init allways called #48

Open shaunc opened 7 years ago

shaunc commented 7 years ago

Implements https://github.com/jlongster/transducers.js/issues/46

I based it off of the cleanup fork from jaawerth, as they are more active as of late.... but happy to keep it all together, of course.

DJTB commented 6 years ago

Would be great to see this merged and published.

ScriptedAlchemy commented 6 years ago

Cloning this repo and will continue maintenance, as well as publish it to npm other another name similar to this

ScriptedAlchemy commented 5 years ago

Due to abandonment, I’ve forked this and am actively working on it.

One thing I’d love is the ability to replace the prototype chain with these. So people doesn’t need to know that performance is drastically improved. https://github.com/ScriptedAlchemy/fast-transducers