- C# vs Java Performance compare (speed benchmark) 
* 소수 테스트 - Prime Number Generator Benchmark 
http://kokizzu.blogspot.kr/2015/03/prime-number-generator-benchmark.html
    - 소스
https://www.dropbox.com/sh/o8tr1cgs30a74my/AADGfV7vf2IiJotF86PE8VA9a?dl=0
| Language | Compile Duration | Compile RAM | Runtime Duration | Runtime RAM | Total Duration | |
| g++ | C++ | 200 | 50232 | 2940 | 6592 | 3140 | 
| python3 | Python 3 | 78330 | 33476 | 78330 | ||
| pypy | Python 2 | 3660 | 84180 | 3660 | ||
| mcs | C# | 350 | 39704 | 1780 | 16368 | 2130 | 
//=====================
* Java vs .Net  비교 (프리젠테이션 슬라이드)
http://www.slideshare.net/tejasvirastogi/java-vs-net-24443514
반응형
    
    
    
  'Code > C#' 카테고리의 다른 글
| [C#] System.Management.ManagementException: Access denied 에러 해결 방법 (0) | 2020.02.10 | 
|---|---|
| C# 크롬 브라우저 내장하기 (0) | 2020.02.01 | 
| [C#] 에러 해결 An object reference is required for the non-static field, method, or property Dispatcher.BeginInvoke (0) | 2020.02.01 | 
| C# Tips (0) | 2017.11.02 | 
| [C# tips] 디버깅 시작 과 끝에서 딜레이가 길고 느릴때 해결 방법 (0) | 2016.06.19 | 
benchmark.zip


