Blog post: Distinctly Sorted - A Clojure Performance Koan

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.

1 Like

That was a great read, thanks, @Harold !

1 Like

Kind words! Thank you. Glad you enjoyed it.

1 Like