filmov
tv
Java vs C: Performance Showdown

Показать описание
Performance comparison between Java and C in a naive program that counts how many prime numbers are in the first 10'000'000.
This test highlights how in a program where primitive types are used and there are many calculations to do, the 2 programming languages are not so different in terms of performance.
This test highlights how in a program where primitive types are used and there are many calculations to do, the 2 programming languages are not so different in terms of performance.