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 4 5 ... 13
Title Δ
Semaphore for pausing actions, not limiting concurrent actions +1.23
Why does the following application terminate immediately when using... 0.00
synchronized block not locking the object reference -0.42
Thread acquires ReentrantLock which is already acquired by other th... 0.00
Java Unsafe.storeFence() documentation wrong? +1.97
Why doesn't this Java 8 stream example compile? -1.90
Fork Join simple program example - need guidance on error +0.07
Java BlockingQueue appears to corrupt data during transfer -0.27
Lock-free thread-safe lazy initialization +0.58
Do any mutex implementations allow locking from one thread and unlo... 0.00
Is there a Java data structure that is thread-safe for parallel thr... +0.32
Lock+HasMap or ConcurrentHashMap in my case? 0.00
Do Java Atomics only require atomicity with respect to the VM -2.07
Will volatile fix this Multi-Thread Code? +0.34
Java Fork Join Pool Timing Issue -0.18
Guarded blocks in Java. Where should I update a condition variable? 0.00
compareAndSet memory effects of unsuccessful operations -1.80
Java spring multithreading atomic issue +0.35
Round robin scheduling algorithm in Java using AtomicBoolean +0.27
java.lang.IllegalMonitorStateException in Monitor class of dining p... 0.00
Out-of-order execution and reordering: can I see what after barrier... +0.34
Concurrent Stack Correctness -0.64
How to provide fairness to users in multithreading -0.48
Do we need to make ConcurrentHashMap volatile? +0.88
ReentrantLock doesn't work out 0.00
Java: Is volatile / final required for reference to synchronized ob... -0.26
Going nuts: Why is array in member class zero +0.36
Why is my code throwing an IllegalMonitorStateException? +0.36
Producer consumer using blockingqueue +0.94
effects of several writes on a volatile variable in Java -1.15
best way to use a Singleton in Java +0.40
Will making a variable volatile work if I take copy it to another v... -2.36
Atomic Register Read Operation Return Value 0.00
Tomcat java.lang.OutOfMemoryError: GC overhead limit exceeded +1.15
Why rendezvous with semaphore solution doesn't generalize (and... 0.00
ThreadPoolExecutor similar to Executors.cachedThreadPool but with m... +1.12
Why this program runs in infinite loop? Mutual exclusion -0.48
ExecutorService invokeall threadpool issue 0.00
Does synchronizing method prevents objects fields being updated? -0.24
setMaximumFractionDigits is not working for ThreadLocal<NumberFo... 0.00
Why are Java Timer threads disappearing? -0.73
UnmarshalException InvalidClassException org.eclipse.persistence.in... -0.96
How to preserve thread-safety of a CopyOnWriteArrayList with a corr... +0.75
LinkedBlockingQueue failing to wait for the threads to execute +0.81
Producer consumer in batches; second batch shouldn't come until... -0.65
When is a Future task finished +0.35
Out of Memory Error Failing on String 0.00
Will there be race conditions or how does this work with multiple c... 0.00
Why is java ExecutorService newSingleThreadExecutor spawning two th... +0.36
Why CountDownLatch in java cannot change its state again? +1.39