Hacker News new | ask | show | jobs
by beders 2053 days ago
I suggest you check out efficient mutable data-structures which are safe by default. Clojure and ClojureScript come to mind.
1 comments

They are still less efficient. Compare even modern stuff like HAMTs to ordinary sets. Close, but no cigar.