We wrote a blog post about optimizing the performance of a fairly common ‘sequence of maps’-ish task after this discussion here on ClojureVerse (How to use transducers to get distinct, sorted values on multiple keys/columns)
If you like transducers being faster than clojure.core
, but then other things being WAY faster than transducers, then this is the post for you.