2021-10-04 14:45:16 -04:00
|
|
|
|
## Java Microbenchmark Harness
|
|
|
|
|
|
2021-10-07 14:53:19 -04:00
|
|
|
|
有关 the Java Microbenchmark Harness (JMH) 的内容。
|
2021-10-04 14:45:16 -04:00
|
|
|
|
|
2021-10-07 14:53:19 -04:00
|
|
|
|
### 相关文章
|
2021-10-04 14:45:16 -04:00
|
|
|
|
|
2021-10-07 14:53:19 -04:00
|
|
|
|
* [JMH(Java Microbenchmark Harness) 是什么](https://www.ossez.com/t/jmh-java-microbenchmark-harness/13760)
|
|
|
|
|
* [Microbenchmarking with Java](https://www.baeldung.com/java-microbenchmark-harness)
|
|
|
|
|
* [A Guide to False Sharing and @Contended](https://www.baeldung.com/java-false-sharing-contended)
|
|
|
|
|
* [Performance Comparison of boolean[] vs BitSet](https://www.baeldung.com/java-boolean-array-bitset-performance)
|
|
|
|
|
*
|