https://github.com/mariazevedo88/java-benchmarks
A project to get benchmarks of Java types and data structures
https://github.com/mariazevedo88/java-benchmarks
Last synced: 7 months ago
JSON representation
A project to get benchmarks of Java types and data structures
- Host: GitHub
- URL: https://github.com/mariazevedo88/java-benchmarks
- Owner: mariazevedo88
- License: mit
- Created: 2020-08-25T22:50:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T23:03:27.000Z (about 5 years ago)
- Last Synced: 2025-01-27T10:45:04.089Z (8 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# java-benchmarks
A project to get benchmarks of Java types and data structuresBased on the Medium article: [Micro optimizations in Java. String.equals()](https://medium.com/javarevisited/micro-optimizations-in-java-string-equals-22be19fd8416)
How to use JHM Benchmark: [Code Tools: jhm](https://openjdk.java.net/projects/code-tools/jmh/)