Hacker News new | ask | show | jobs
by starburst 957 days ago
If what you want to measure is LINQ performance, sure, but in the context of measuring the language fundamental like class versus struct, it is an unnecessary overhead.

The article itself says it:

> However, the main reason why the benchmarks are not correct is because of LINQ and lazy evaluation.