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 ... 13
Title Δ
CompletableFuture reuse thread from pool 0.00
ExecutorService never stops. When execute new task inside another e... +0.34
Some confusion about blockingqueue and mutlithreaded consumer +1.69
Is LinkedTransferQueue blocking or not-blocking queue? +1.48
Is this example code just facile or would there be a reason here to... +1.41
Locking value objects of a ConcurrentHashMap 0.00
How does the JSR-133 cookbook enforce all the guarantees made by th... +1.50
HashMap stuck on put -1.12
Concurrent LinkedList vs ConcurrentLinkedQueue -1.90
Thread come out from waitting state without notify() in multithread... -2.75
Groovy TemplateEngines and OutOfMemory. Possible memory leak? 0.00
Java How to achieve parallelism, dividing up work, dynamically? -1.38
Concurrently iterating over a BlockingQueue +0.08
Why run() method defined is not called on call of start by Thread? +0.36
One (larger) thread pool per app vs. mulitple (smaller) thread pool... 0.00
Why ConcurrentSkipListSet.contains requires comparator and not equals 0.00
Thread.holdsLock() and lock coarsening 0.00
Java Thread dies without notification -1.63
issue with concurrent int read and write -1.95
safe publication via a final method argument? +2.16
How to implement non blocking Futures in Java +1.30
Collections.shuffle(array) inverse? 0.00
Java Executors cancel job by timeout with inner executor +1.41
Spring batch corePoolSize VS throttle-limit 0.00
why does the main thread wait -0.79
Possible synchronization issue due to code rearrangement by compiler +0.54
Does ConcurrentHashMap need synchronization when incrementing its v... -0.31
ConcurrentHashMap vs ConcurrentSkipListMap clarification -0.64
Can a volatile variable that is never assigned null to ever contain... +1.98
Is the safe publishing of final instance-variables transitive for n... 0.00
Can this concurrent code be simplified in Java +1.37
Does mutation of an non-thread-safe collection in a constructor nee... +0.24
Reentrance Lock Condition 0.00
Finding the number of tasks waiting to poll from ArrayBlockingQueue? +1.70
CPU Implications for FutureTask.awaitDone -0.31
how to prevent happens-before in synchronized code in java? -1.21
Reentrant readwrite lock synchronization on isWriteLocked 0.00
Is JVM allowed to reorder instructions around AtomicInteger calls 0.00
Java NullPointerException when calling from an abstract class -0.62
Is it allowed to synchronize on new Boolean(true) +2.01
Ordered lists and class thread-safety +0.90
Implementing a parametrized thread-safe lazy-init cache using Concu... -2.65
Using ReentrantLock in ThreadPoolExecutor to ensure thread-safe wor... 0.00
Guarding state with two locks 0.00
Java: Thread producer consumer what is the most efficient way to wa... +1.27
How java AtomicReference works under the hood 0.00
Android decodeByteArray very slow on own Thread but not on UI Thread -0.64
Is volatile keyword extraneous for non-primitive values in Java? +1.49
Different `next` entry of ConcurrentHashMap in JDK 1.6 and JDK 1.7 +0.36
Does partial thread-safety make a Java class thread-safe? +0.41