Hacker News new | ask | show | jobs
by hendekagon 3752 days ago
How is Clojure's interning of keywords different to this ?
1 comments

Read the article. I assume Clojure uses what the article calls a "global pool".

Kerf's idea of per-object intern pool does not seem as useful for other languages.