Hacker News new | ask | show | jobs
by smilekzs 2597 days ago
Storage is cheap but GC is not.

Source: I worked for Microsoft on C# projects where GC was constantly the bottleneck. Reducing number of exceptions (especially those used for control flow) helped.