Search code examples
Boxing vs creating array of 1 element...


javagarbage-collectionjmh

Read More
JVM JIT method recalculate for pure methods...


javaassemblyjvmjitjmh

Read More
Comparing performance of Collectors.summingLong and Collectors.counting...


javajvmjitjmh

Read More
what is the difference between warmup attribute in Fork and Warmup annotation in jmh?...


jmh

Read More
Reliably measure JVM allocations...


performancekotlinjmh

Read More
Kotlin's kapt plugin for gradle does not work for custom source set (JMH)...


gradlekotlinjmhkapt

Read More
java.lang.NoClassDefFoundError: javaslang/collection/LinkedHashMap while benchmarking spring data ap...


gradlespring-datajmh

Read More
newInstance vs new in jdk-9/jdk-8 and jmh...


javaperformancejava-8jmhjava-9

Read More
Why is iterating through flattened iterator slow?...


performancescalacollectionsjmh

Read More
Failure to run a jmh test under java9...


javajava-9jmh

Read More
Report maxmium heap size for JMH benchmarks...


javabenchmarkingheap-memoryjmh

Read More
Is Java instance of really so fast?...


javainstanceofjmh

Read More
JMH: Returning the benchmark results as a json object...


javajsonbenchmarkingjmh

Read More
How to measure performance of databases in Java?...


javadatabaseperformancejmhnosql

Read More
CAS vs synchronized performance...


java-8atomicjmhcompare-and-swapatomic-long

Read More
How to setup jmh testing for orientdb embedded?...


javabenchmarkingorientdbjmhnosql

Read More
How to benchmark methods that throw exceptions?...


jmh

Read More
Why is logarithm slower in Rust than in Java?...


javafloating-pointrustmicrobenchmarkjmh

Read More
Why is the StringBuilder chaining pattern sb.append(x).append(y) faster than regular sb.append(x); s...


javaperformancemicrobenchmarkjmh

Read More
How to see call tree profiling in JMH?...


javaprofilingprofilermicrobenchmarkjmh

Read More
Exclude method invocation from performance measurement...


javaperformancejmh

Read More
java micro benchmark to find average from list...


javaperformancebenchmarkingjmh

Read More
JMH - Setting "lines" parameter for "stack" profiler programmatically...


javajmh

Read More
Log4j2 AsyncAppender performance test...


javaloggingperformance-testinglog4j2jmh

Read More
Param value encoding...


encodingjmhsbt-jmh

Read More
Random data with JMH Java microbenchmark testing floating point printing...


javaperformance-testingfloating-point-conversionmicrobenchmarkjmh

Read More
Why direct memory 'array' is slower to clear than a usual Java array?...


javaperformancejmh

Read More
How do you run JMH Benchmarks on Scala Code in a Gradle Project using the Gradle Scala Plugin...


scalagradlegradle-pluginjmh

Read More
Understanding avoiding Dead-code eliminations consequnces...


javajmhdead-code

Read More
Understanding loops performance in jvm...


javaperformanceloopsjmh

Read More
BackNext