StackRating

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

John Vint

Rating
1601.56 (1,711th)
Reputation
34,190 (3,419th)
Page: 1 2 3 ... 13
Title Δ
Practical Uses for DoubleAdder in Java 0.00
Correct way to pass a POJO (no volatile fields,synchronized methods... +1.75
Is it possible to check time being taken by a method call in parallel -0.37
one java memoryFlushing volatile: A good programdesign? -0.15
UI Thread Bound AtomicInteger 0.00
Java Nested Monitors (moving past apparent deadlock) 0.00
Java StampedLock: what happens to writer while someone is reading 0.00
Why cyclicBarrier can't be acquired right after barrier action... 0.00
Real world example of Memory Consistency Errors in multi-threading? +1.00
Blocking Queue elements are not visible to other thread sometimes c... 0.00
How does 2 thread able to acquire lock after notifyAll? -0.67
Alien method in java concurrency is hard to understand +1.41
Why are the number of threads used are higher than required? +0.36
SharedArray Deadlock and raise Conditions -0.81
How Concurrent modification exception is handled internally by Copy... -1.31
How to to use StampedLock optimistic locking ?(I can't understa... 0.00
Java 8 HashTable vs HashMap Collision Handling +0.17
ReentrantLock lock and unlock by always the same thread 0.00
IllegalMonitorStateException while implementing producer consumer u... -2.01
Ensure that code within CompletableFuture callback executes after 0.00
Collection with fastest (concurrent) add operation 0.00
Heap error in fibonacci exercise +1.38
Is initialization-on-demand holder idiom still safe if parameterized? -2.46
Do I have the correct understanding of Can Reorder rules from the J... -0.50
Garbage Collector overhead limit exceeded Caused By Array Creation -0.14
Phaser - how to use it as CountDownLatch(1)? 0.00
Calling Thread doesn't stop after RejectedExecutionException 0.00
Java 8 ConcurrentHashMap +0.89
Why Java StampedLock faster than ReentrantReadWriteLock 0.00
How can we get NPE, race condition -0.55
Java - How to wait for an instance to finish before proceeding -0.55
Why doesn't my thread wait for CompletableFutures to complete w... 0.00
notify() behaving like notifyAll() +0.21
What is the relationship between Thread.sleep and happens-before? -0.51
Final and private combination addes visibility guaranties? +1.16
Local variable reference and GC when passing member to new Thread a... 0.00
What is the correct way to tell whether putIfAbsent modified a Conc... 0.00
LongAdder Striped64 wasUncontended implementation detail 0.00
Double Locking on Normal Map - Is this Safe? 0.00
Java. Join threads in order of completion and run a kind of a hook... 0.00
How to make concurrent hash map thread safe with get and put as an... -2.70
Java synchronization and memory visibility. Is 10 visible to other... +0.33
Volatile variable and synchronized setter and getter +0.53
Is this a case of the 'double check' anti-pattern? (Get a m... +2.05
is reentrant lock is complete replacement for synchronisation? +0.29
Non volatile head and tail reference in Java LinkedBlockingQueue +0.85
Java newSingleThreadExecutor garbage collection -1.39
Is it possible to have number of locks greater than number of bucke... 0.00
ExecutorService.submit(Task) vs CompletableFuture.supplyAsync(Task,... 0.00
Use CompletableFuture on ForkJoinpool and avoid thread waiting -0.61