java-tutorials/parent-java/jmh/README.md

10 lines
422 B
Markdown
Raw Normal View History

2021-10-04 14:45:16 -04:00
## Java Microbenchmark Harness
This module contains articles about the Java Microbenchmark Harness (JMH).
### Relevant articles:
- [Microbenchmarking with Java](https://www.ossez.com/java-microbenchmark-harness)
- [A Guide to False Sharing and @Contended](https://www.ossez.com/java-false-sharing-contended)
- [Performance Comparison of boolean[] vs BitSet](https://www.ossez.com/java-boolean-array-bitset-performance)