Avoiding intermediate sequence construction should help save a lot of memory consumption. That has been a major headache for me when processing large datasets in memory.
Edit: If someone could provide a comparison of transducers and monads, that may help in understanding transducers.
2 comments
[ 3.5 ms ] story [ 18.4 ms ] threadEdit: If someone could provide a comparison of transducers and monads, that may help in understanding transducers.
http://conscientiousprogrammer.com/blog/2014/08/07/understan...
vs lens:
http://www.reddit.com/r/haskell/comments/2cv6l4/clojures_tra...