java-tutorials/jmh/README.md

10 lines
431 B
Markdown
Raw Normal View History

## Java Microbenchmark Harness
This module contains articles about the Java Microbenchmark Harness (JMH).
### Relevant articles:
- [Microbenchmarking with Java](https://www.baeldung.com/java-microbenchmark-harness)
2020-07-23 10:10:10 -04:00
- [A Guide to False Sharing and @Contended](https://www.baeldung.com/java-false-sharing-contended)
2020-08-20 05:39:49 -04:00
- [Performance Comparison of boolean[] vs BitSet](https://www.baeldung.com/java-boolean-array-bitset-performance)