Hacker News new | ask | show | jobs
by cutler 482 days ago
Clojure data structures implement structural sharing which minimises copying overhead.
1 comments

True, but persistent data structures are still 2x-4x slower than mutable structures on average.