StackRating

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

Eric

Rating
1505.12 (138,490th)
Reputation
123 (628,579th)
Page: 1
Title Δ
A readers/writer lock... without having a lock for the readers? +2.28
How to prove that a concurrent object is linearizable? 0.00
unsynchronized read/write of variables may cause data race? +1.08
Java: Shutdown without a volatile variable? 0.00
Why log4j-slf4j-impl is not lock free? 0.00
Which AtomicInteger methods are test-and-set, fetch-and-add and com... 0.00
How to get the information of a thread about NUMA 0.00
Simple C++ Loop Not Benefitting from Multithreading -2.01
spin-on-test-and-set vs spin-on-read in Java 0.00
java: using volatile at one variable VS each variable 0.00
What is the extent of variable visibility effect of synchronized/vo... 0.00
why there is a LoadStore instruction? -3.41
Can synchronized read be replaced with volatile field modifier? 0.00
How to reason the correctness of mutex composition? +3.46
Shard resources by thread? +3.90
Akka - Dispatchers -0.41
Why does false sharing in caches not lead to wrong results? 0.00
Looking for an appropriate synchronization mechanism -1.75
Why does this acquire and release memory fence not give a consisten... +3.75
Why is compare-and-swap (CAS) algorithm a good choice for lock-free... 0.00
C++11 memory_model_relaxed and memory_order_seq_cst relation 0.00
How to make threads wait for ReentrantLock to be released? +4.04
LMAX disruptor: How to control the speed of producers? 0.00
Thread::yield vs Thread::onSpinWait 0.00
What is the optimal way to call N blocking api calls in parallel to... -2.98
Does the JVM / x86 guarantee non-volatile propagation of values acr... -3.35
Implementation of global shared counter 0.00
Do these threads started from a loop execute asynchronously? 0.00
Why does ForkJoinPool use ThreadPerTaskExecutor? 0.00
High precision thread synchronization +0.50
Why volatile worked for container like ArrayList in java? 0.00