Hacker News new | ask | show | jobs
by survivedurcode 634 days ago
Beware the trade-offs of interning affecting GC behavior. Now you can’t have a stack-allocation optimization, for example.
1 comments

The interning feature should be only used for some rare cases, it is not intended to be used widely.