10 lines
422 B
Markdown
10 lines
422 B
Markdown
|
## 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)
|