>
> If you have a public project on Github that is using transducers, would 
> you please point me to it? I would like to see what you did. 
>

Fipp's Clojure 1.7 tuned-up engine uses transducers to emulate 
mapcat(-with-state), while minimizing intermediate object allocations. 
Reducers was used previously, but mapcat still required intermediate 
allocations. Transducers avoid that, but take on a more effectful feel.

Code 
here: 
https://github.com/brandonbloom/fipp/blob/648d928d94f0b247af9a0c4f95e7ec7024b5b001/src/fipp/engine.cljc

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to