StackRating

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

Jed Wesley-Smith

Rating
1478.55 (4,501,880th)
Reputation
4,226 (39,590th)
Page: 1 2 3
Title Δ
Simple Java code allow single thread access and other threads to sk... -0.08
Scala prohibiting parameterization of a specific type -2.84
Producing a partially applied function from method of type in an Op... -1.32
Scala collectFirst with function returning Option[U] -3.55
How can I replace a java mutable class with its immutable couterpar... +4.53
What is best way to resubmit a callable as soon as I get a result f... -3.17
Pattern for executing concurrent tasks just once +0.09
Java - gracefully quit threads -4.02
How should the notify wait mechanism of Java be called? -1.95
Can concurrntHashMap guarantee true thread safety and concurrency a... +1.94
Can the below class thread safety ever be broken; I am sure it can'... +0.36
How can I parallelize the mapping of a list? -1.56
Java concurrency with a Map of Lists -1.53
Lazy-loaded singleton: Double-checked locking vs Initialization on... +3.22
Is there any flaw in this code? +1.71
How to reduce the number of file writes when there are multiple thr... -0.95
Java concurrency & distributed scenario +2.67
Topic-like concurrent queue in plain Java +4.51
Why is an ExecutorService created via newCachedThreadPool evil? -3.72
Do I have to use a thread-safe Map implementation when only reading... -1.08
java: concurrent iteration over an immutable Iterable +4.40
Out-of-order returns from Java Futures -1.47
Convert wait & notifyAll code to use Java 1.5 Lock object -2.34
The code example which can prove "volatile" declare shoul... -3.22
Concurrent Reads from Unmodfiable Map +0.02
Java threading problem using ConcurrentLinkedQueue +0.43
How to safely modify values in Java HashMaps concurrently? +0.70
Java serialization causes concurrency modification exception -0.86
How do I get an AtomicReferenceFieldUpdater from a scala companion... -3.67
Do I have to manually shut down an Executor at application exit? -3.73
Correct use of AtomicReference.compareAndSet for a stack implementa... +5.58
Synchronized Methods +0.27
Possible FindBugs false positive of UL_UNRELEASED_LOCK_EXCEPTION_PA... -3.86
Do I need to use Mutex with object instances? -0.20
Java ForkJoin Future seems to finish prematurely +4.67
Keep 'obvious' lock-retrieve or employ double-checked locking? +0.03
Is there a SoftHashMap in Scala? 0.00
Implementation of BlockingQueue: What are the differences between S... -2.44
Realworld java app using kilim framework 0.00
Features for profiling concurrent program behaviour in Java -1.10
How can I implement or find the equivalent of a thread-safe Complet... +4.52
How do you call this kind of concurrency related class? And is ther... -0.75
Implement a mutex in Java using atomic variables +0.12
java.util.concurrent code review +0.31
When should I use a CompletionService over an ExecutorService? -3.34
What's the best alternative to wait...notify for low level synchron... +4.28
Queue with notifications on isEmpty() changes +4.10
Conditional thread interrupt -2.76
Shuffling array in multiple threads +0.02
locking effects in Java -2.89