Hacker News new | ask | show | jobs
by chrisseaton 4305 days ago
So what was the downside of deduplication? Why did you want to avoid it?
1 comments

Sorry deduplication was a typo. Corrected
Ah right. The reason they're doing it in the GC rather than in the mutator threads is that it only has an impact on strings long lived enough to be evacuated. Short lived strings don't get deduplicated, and probably don't need to be. Without the GC I don't know how you'd automatically determine that it was a good idea to deduplicate.