9P by xguru 2020-11-13 | favorite | 댓글 2개

EF Core 5 랑 ASP.NET Core 를 사용하는 제품에서 .NET 5 로 업그레이드 했더니
일반 앱에서는 20% 정도의 속도 향상이 있고, ASP.NET Core API 의 경우는 100% 이상 속도가 빨라지는 결과가 나왔다고 합니다.

.NET 5.0 공개 https://news.hada.io/topic?id=3181
위 글에서 가장 큰 변화가 "성능 개선 및 플랫폼 확장/통합" 이라고만 하더니 속도개선이 엄청 되었나 봅니다.

HN에서는 Go 보다 .NET이 빠르다는 댓글로 싸우고 있더군요. https://news.ycombinator.com/item?id=25069663

In many benchmarks .NET/ASP.NET is faster than GO, a low level language:
https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/…
But unlike GO, you will need to write 50x less lines of code to achieve the same result.