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 6 7 ... 13
Title Δ
Correct manners of getting value -0.35
Two threads transferring data in both ways between two LinkedConcur... -1.32
Java DateFormat Threadsafety 0.00
Java: Try block stops before it's end without any exceptions +0.19
ReentrantLock - unlock() method doesn't seem to work with lists 0.00
Blocking Behaviour - Concurrent Data Structures Java -1.17
Is this Command Pattern Thread-safe? +1.09
CopyOnArrayList Concurrent modification -0.54
Java: Multithreading accessing main thread variables/methods +1.25
Concerning volatile and synchronized +1.37
What are the possible reason for a java.util.concurrent.RejectedExe... +0.36
why all Future.get() throwing CancelleationException in invokeAll w... 0.00
ForkjoinPool doesnt have a BlockingQueue 0.00
Why Final fields cannot be Volatile in Java? +1.68
ExecutorService throws RejectedExecutionException if only initializ... +0.11
Invoking more than 2 RecursiveActionTasks in compute() -0.16
Retries before lock and Locking scenarios in ConcurrentHashMap 0.00
Difference between ReentrantLock and AbstractQueuedSynchronizer 0.00
Java concurrency -_- visibility/reordering when sharing vars betwee... 0.00
java.concurrent.ReentrantLock - why we want to acquire the same loc... +1.22
What is meant by "fast-path" uncontended synchronization? -1.55
Java concurrency: executing many "infinite" tasks with fe... +0.11
Java double-checked locking solution? -1.99
Concurrent Modification exception with a shared ArrayList +0.37
Difference between Execute , Submit and Invoke() in a ForkJoinPool 0.00
Does fork() call compute eventually? 0.00
ThreadPoolExecutor Future Task -exception with spring bean injectio... 0.00
Binary Semaphore vs a ReentrantLock +0.36
java concurrent Array List access -0.41
Getting and Setting a Flag variable in a thread +1.87
Reordering in case two synchronized block and multiple volatile rea... +2.05
Static synchronized methods -2.61
Concurent access to unmodifiableMap +0.92
blocked in sending to unbounded LinkedBlockingQueue unless there is... 0.00
How to run a set of tasks in parallel and wait until all of them ar... +1.31
Java Producer Consumer Pattern with Consumer completion notification +1.37
Standard Java pattern for wrapping a timeout around an errant process -0.33
getting error Caused by: java.lang.NoClassDefFoundError: javax/vali... 0.00
How to keep track of Runnables in Thread Pool in Java? +0.90
How atomicity is achieved in the classes defined in java.util.concu... -0.18
Does reading a volatile reference to an object guarantee atomic rea... -1.56
About fork-join framework 0.00
Value does not update in while loop unless printed out -2.41
Java ExecutorService and ThreadPoolExecutor 0.00
Is volatile read happens-before volatile write? -0.66
Why could this code fail? +0.14
Shared variables in Thread -> Need to synchronize them? 0.00
Improper publication of Java Object Reference +1.15
Assuring wait() is called before notify() in threading, is it possi... -0.36
Basic multi-threading issue +0.35