# .NET 5 의 놀라운 속도

> Clean Markdown view of GeekNews topic #3195. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3195](https://news.hada.io/topic?id=3195)
- GeekNews Markdown: [https://news.hada.io/topic/3195.md](https://news.hada.io/topic/3195.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-13T10:39:28+09:00
- Updated: 2020-11-13T10:39:28+09:00
- Original source: [alexyakunin.medium.com](https://alexyakunin.medium.com/astonishing-performance-of-net-5-7803d69dae2e)
- Points: 9
- Comments: 2

## Topic Body

EF Core 5 랑 ASP.NET Core 를 사용하는 제품에서 .NET 5 로 업그레이드 했더니

일반 앱에서는 20% 정도의 속도 향상이 있고, ASP.NET Core API 의 경우는 100% 이상 속도가 빨라지는 결과가 나왔다고 합니다.

## Comments



### Comment 3569

- Author: kunggom
- Created: 2020-11-21T19:10:31+09:00
- Points: 1

추가 글이 올라왔습니다.

https://medium.com/swlh/astonishing-performance-of-net-5-more-data-5cdc8d821e8c

### Comment 3484

- Author: xguru
- Created: 2020-11-13T10:39:36+09:00
- Points: 2

.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/go-csharpcore.html

But unlike GO, you will need to write 50x less lines of code to achieve the same result.
