Hacker News new | ask | show | jobs
by drob518 208 days ago
Yes, if your immutability is implemented via simple cloning of everything, it’s going to be slow. You need immutable, persistent data structures such as those in Clojure.