Y
Hacker News
new
|
ask
|
show
|
jobs
by
hendekagon
3752 days ago
How is Clojure's interning of keywords different to this ?
1 comments
Per_Bothner
3752 days ago
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.
link
Kerf's idea of per-object intern pool does not seem as useful for other languages.