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 ... 5 6 7 8 9 ... 13
Title Δ
Why do Java's synchronized Collections not use Read/Write locks? -0.45
how not to overwhelm java executorservice task queue? -0.12
Running out of heap space with web crawler -1.09
Do synchronized code blocks only block for assignments or for the e... -0.72
my ConcurrentHashmap's value type is List,how to make appending to... +0.36
Blocking and simultaneously releasing a variable number of threads... +1.01
Equivalent of Goroutines in Clojure / Java +0.37
Wait and Notify issue 0.00
java Fork/Join clarification about stack usage +0.92
Is there any justification not to ALWAYS use AtomicInteger as data... +0.40
java: `volatile` private fields with getters and setters -1.84
Java Synchronization Not Working as Expected +0.33
Exclude a specific thread from CyclicBarrier 0.00
Multithread security with synchronized in Java -1.93
Volatile in java -0.40
Using Map of Futures, how do I notify() a single element within? -1.98
How to keep thread waiting in ScheduledExecutorService that has bee... +0.10
Why does ScheduledExecutorService.shutdown() uses 100% of my CPU? +1.67
java thread synchronization : i get "undefined value" 0.00
Why UserThread running with ScheduleExecutorService does not get ga... -1.63
Why volatile in java 5+ doesn't synchronize cached copies of variab... +0.80
Java Memory allocation with Thread +1.09
ConcurrentHashMap put vs putIfAbsent +1.63
Terminating one thread(looping) using another thread -1.00
Using semaphores to block a thread until all other threads have run... 0.00
How to start a background thread that doesn't block the main thread... +1.50
I don't get thread synchronization much at all +0.37
Infinite loop in java.util.HasMap -0.91
Can Java's CountDownLatch be used from a passive class rather than... 0.00
Map allowing to putIfAbsent without creating the value when key alr... 0.00
Producer Consumer in Java 0.00
Unbounded and wait-free? -2.44
Java Concurrency in Practice: race condition in BoundedExecutor? +0.94
Why use a semaphore for each processor in a spooling simulation 0.00
How to debug a Spring webflow submit that does nothing and throws n... 0.00
Background threading copying a collection and re-initializing origi... -2.26
What operations are atomic operations +0.18
Can the constructor abort instantiation? -0.81
When is monitor released in java 0.00
How to write simple fair semaphore? +1.22
Sort concurrentHash Map with threadsafty +1.67
Is running a ExecutorService inside a SwingWorker a good practice? -0.18
CountDownLatch Synchronization +0.86
CountDownLatch Synchronization +0.86
Calling ExecutorService.shutdown in a dynamic thread number +0.73
Concurrency for a class with static methods and initialization method +0.51
BlockingQueue - Fetch only specific object. +1.28
behaviour of volatile keyword in java -0.83
ForkJoinPool seems to waste a thread -0.65
Parallel vs. serial implementation explanation 0.00