StackRating

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

veritas

Rating
1509.29 (75,847th)
Reputation
1,681 (98,275th)
Page: 1 2
Title Δ
take() and put() implementation in BlockingQueue +3.88
effects of several writes on a volatile variable in Java +2.30
Can we use volatile writes exclusively to enforce cache coherence? -0.23
Synchronize between two Java application via Database -3.79
Refering "this" in a lazy initialization supplier? -4.17
Where is the load barrier for the volatile statement? +3.86
Stop thread is not working with function setRunning(false) +4.00
Why Once a thread has been started, it can never be started again i... +0.82
Could the JIT collapse two volatile reads as one in certain express... -0.63
What is fast, wait notify or busy wait in Java? -1.98
What JVM synchronization practices can I ignore assuming I know I w... -1.83
accessing a String across multiple threads +4.55
Asynchronous processing of Requests by Servlet +4.33
How to interrupt a synchronized method that is blocked +4.01
Java wait() does not get waked by notify() -2.08
ArrayBlockingQueue: concurrent put and take +0.10
Java: Performance impact of massively concurrent method calls +1.01
Why is volatile variable much more efficient than plain synchroniza... +0.01
Is CopyOnWriteArrayList enough for keeping shopping cart thread-saf... -1.15
fast reading/writing from/to int array concurrently -3.13
Thread-safe but fast access to an "eventually final" vari... +0.40
which exception to throw when user tries to add to a full container +0.94
Return different type of data from a method in java? -2.07
Double check locking and code reordering in Java -1.19
How to use static in multithreaded environment -4.34
Java equivalence of Intrinsic and explicit Global locking -3.17
Array In multithread environment . read and Write both +2.56
notify() not working in Runnable -1.12
Notify threads running in different objects -0.87
ScheduledThreadPoolExecutor.remove : Is it safe to use +3.95
ArrayDeque and LinkedBlockingDeque 0.00
Multithreading - Schedule neverending runnables in Threadpools -2.40
Abstract class, invoking error in java -2.59
Swing GUI one simple thing 0.00
How to properly add an ActionListeren to a custom JComponent -0.18
Which data structure should I use? -3.32
JAVA Object/String method overload +1.58
Restrict user to create an reference of a class -2.19
Sharing data and forcing locks between threads +1.45
Do variables/flags can be affected by another thread on a non-synch... +0.35
How to set Array using reflection +1.96
Save ArrayList<String> to text file +0.50
Auto increasing JLabel -2.19
Calculator works with just 2 numbers - fails with more -0.86
Declare time in milliseconds in a readable way (clean code) +4.02
Multithreading: why does my program terminate with different results? +4.68
Is it possible to call Thread start() and join() in a single call? +0.93
Getting value from a cookie 0.00
Java ArrayList removes non existing objects from parallel thread -0.63
Java vs JavaScript getters and setters methods +1.11