Skip to content

Comment on Benchmark: C++ vs C#parent

Comments

I think one of the big reasons is that most C# developers are ASP.NET CRUD developers, where, most the time the bottlenecks are in HTTP i/o and in waiting for the database results. Optimizing C# for these applications is a waste of time.

You will find that a greater proportion of C#/Winforms, console apps, windows services etc. developers are performance conscious.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.