# Rust가 이제 벤치마크에서 C보다 전반적으로 빠름

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3525](https://news.hada.io/topic?id=3525)
- GeekNews Markdown: [https://news.hada.io/topic/3525.md](https://news.hada.io/topic/3525.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-05T11:10:04+09:00
- Updated: 2021-01-05T11:10:04+09:00
- Original source: [benchmarksgame-team.pages.debian.net](https://benchmarksgame-team.pages.debian.net/benchmarksgame/which-programs-are-fastest.html)
- Points: 11
- Comments: 3

## Topic Body

"Which programs are fastest?"

- n-body, mandelbrot, regex-redux, binarytrees 등의 프로그램으로 벤치마킹한 결과

C++ > Rust > C > Fortran > Julia > C# .NET > Ada > Free Pascal > F# .NET > OCaml > Java > Go

## Comments



### Comment 4117

- Author: regentag
- Created: 2021-01-05T11:57:27+09:00
- Points: 1

Go가 Java보다는 아직 느린가보군요.

### Comment 4123

- Author: galadbran
- Created: 2021-01-05T12:58:20+09:00
- Points: 1
- Parent comment: 4117
- Depth: 1

Go 가 제일 뒤에 있어서 깜짝 놀랐네요... 요즘 Go 로 개발되는 주요 오픈소스들이 많아서 성능도 좋아야 할텐데... (종합적 성능은 이런 벤치마크와 차이가 있기야 하겠지만요)

### Comment 4124

- Author: xguru
- Created: 2021-01-05T13:01:49+09:00
- Points: 2
- Parent comment: 4123
- Depth: 2

아마도 벤치마크 테스트에 사용한 프로그램들이 멀티쓰레딩하고는 전혀 상관없는 것들이어서 그렇지 않나 생각도 듭니다.
