(
lambda
infinite)
Blog
Notes on Optimizing Clojure Code: Data Structures
2022-02-13
PERMALINK
If you want to write efficient code, it's important to understand the performance characteristics of the building blocks you're using to write that code.clojure.core: abstractions and performance
Blog