https://github.com/osiris-team/lang-benchmarks
Some interesting performance Benchmarks to compare multiple languages with the focus on Java.
https://github.com/osiris-team/lang-benchmarks
Last synced: about 1 year ago
JSON representation
Some interesting performance Benchmarks to compare multiple languages with the focus on Java.
- Host: GitHub
- URL: https://github.com/osiris-team/lang-benchmarks
- Owner: Osiris-Team
- License: mit
- Created: 2024-11-19T19:37:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T00:07:21.000Z (over 1 year ago)
- Last Synced: 2025-07-05T05:40:08.304Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lang-Benchmarks
Some interesting performance Benchmarks to compare multiple languages with the focus on Java.
You can find the results [here](results_summary.md).
Feel free to contribute by enhancing algorithms and providing new ones to compare!
We try to:
- Use the max amount of optimizations for all languages.
- Use (a tiny bit) random inputs to simulate a more realistic initial state of the program.
- Use various implementations of a language.