StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Aleksey Shipilev

Rating
1619.88 (1,106th)
Reputation
14,170 (10,072nd)
Page: 1 2 3
Title Δ
JMH static final field as parameter 0.00
JMH iterations go from >300,000 ops/sec to < 1 op/sec 0.00
Java lock-free performance JMH 0.00
JMH. Making the Microbenchmark's results public 0.00
System.arraycopy with constant length 0.00
What exactly is number of operations in jmh? 0.00
JMH, Microbenchmark part of the code 0.00
Why indirect increment is faster than direct inc? +2.99
Strange output when using JMH 0.00
Display JMH StackProfiler summary in Results 0.00
Why use JMH if you can switch off JIT? +3.99
What does @Group and @GroupThreads refer to in jmh? 0.00
Java Multithreading: Calling a method on an object that extends Thr... +2.99
How to generate dynamic callgraph of a jmh benchmark ? 0.00
Java ForkJoinPool with non-recursive tasks, does work-stealing work? +2.75
Double-checked locking without volatile +3.76
JMH like disabling method inlining - How is it done? 0.00
Why is returning a Java object reference so much slower than return... +3.17
Mutating/Reading a HashMap from multiple threads but one thread at... +3.04
Is volatile on getter and synchronized on setter the same as synchr... +1.01
why do we have to fix the duration for each measurement iteration? +3.14
what causes the error in the jmh measurements? 0.00
Does jmh tests only run on Hotspot? 0.00
how to write a small benchmark of getbytes with jmh? 0.00
Does Ahead Of Time compilation need warmup in jmh? 0.00
Run Micro-benchmark in application servers [JMH] 0.00
Plots in JMH [Java Micro-Benchmarking Harness] 0.00
How to view Object at Memory Address? -2.83
JMH: Constrain parameter space 0.00
Getting Java JMH in maven build from class directory 0.00
Random data with JMH Java microbenchmark testing floating point pri... +3.62
JMH and Swing causes CompletionFailure 0.00
How to break double checked locking without volatile 0.00
JMH parameters from a file 0.00
How to measure allocation rate with jmh? 0.00
Correct balance between num of iterations and num of forks in JMH 0.00
Strange behavior in sun.misc.Unsafe.compareAndSwap measurement via... 0.00
Do LoadStore and StoreStore are both needed for a final variable an... 0.00
Testing Java Relection, Method Handles and Mirror performance 0.00
JMH tests with a javaagent +3.62
What statistical distribution is used to benchmark an algorithm? -0.65
OpenJDK JMH sometimes prints (*interrupt*) in results. What does th... 0.00
What does OpenJDK JMH "score error" exactly mean? 0.00
specjvm2008 compliance of the benchmark 0.00
Safe publication of array of objects through a volatile reference 0.00
JMH: don't take into account inner method time 0.00
Why is StringBuilder#append(int) faster in Java 7 than in Java 8? +3.21
JMH AnnotationProcessor NullPointerException 0.00
Measure contention in wait-free multi-threaded java programs +3.77
How do you specify the JMH microbenchmarks test to run WITHOUT usin... -0.61