StackRating

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

xTrollxDudex

Rating
1486.58 (4,458,234th)
Reputation
1,833 (90,887th)
Page: 1 2 3
Title Δ
Does a thread acquiring monitor lock of object also acquires the ob... 0.00
Locking instances with synchronized block inside non-static method +0.52
Are these two examples equivalent (volatile + synchronized incremen... +0.05
Why this code finishes if getter is marked as synchronized? -1.13
Java Extends RuntimeException filed value is thread safe? +0.51
Java multithreading locking strategy for caches -0.01
What does this block of code after the return statement in the sour... 0.00
Using isdigit with if +0.68
Java multi-threading race-condition on a shared char array +2.98
Why volatile keyword does not help, given that it provides properly... -2.64
Is this an actual shortcut for a Java Lazy-Getter +0.24
Do I have the correct understanding of Can Reorder rules from the J... +5.37
Polling empty queue - JCIP listing 7.7 +4.28
What happens when two locked threads (by a variable), switch one of... 0.00
why the maxPoolSize in the ThreadPoolExecutor do nothing? -3.96
Why are shared variables cached in CPU caches? 0.00
Confused about safe publishing and visibility in Java, especially w... 0.00
Design AppServer Interview Discussion 0.00
Best handling for Jackson JSON reader? +0.22
Busy Waiting using semaphore 0.00
Does locking in Java creates core affinity and hinders/discourages... 0.00
How to understand the synchronization order which is a total order? 0.00
Singleton with arguments using AtomicReference 0.00
Call a method from multiple thread to populate a data structure and... 0.00
What is the point of using ConcurrentMap.replace in this example -3.81
Happens-before with different monitors +4.23
Unexpected thread behavior. Visibility -2.33
How does a second thread check and recheck the lock object of a cla... +5.34
Memory effects of synchronized keyword in Java -2.71
How to snapshot a queue to avoid infinite loop +5.42
How does JIT reordering work? 0.00
Awaiting pool to finish threads +4.61
Purpose of workers and workQueue in threadpoolexecutor 0.00
Single instance of a variable across entire application in multi-th... +4.53
Netty Channel Handlers, Threads and Stacks +0.32
Find out if threads are still running in threadPool +0.38
Does this non-standard Java synchronization pattern work? 0.00
Java Parallel Network Requests and List Updates 0.00
Event Bus and Asynchronism in receptors execution 0.00
Java: calling a method from the main thread by signaling in some wa... -0.87
Guava cache : cacheloader vs get(k,callable) +0.72
Sending packets using Craftbukkits API not working -1.67
Cancellation and Interruption in java -2.84
What does synchronization means in terms of StringBuilder and Strin... -1.75
How entrySet() works internally in HashMap? +1.92
Most Efficient but Thread-Safe List/Set -2.22
How to use Java Interfaces like this? +1.27
How LongAdder performs better than AtomicLong -1.03
In Java 8, What data moved to Java heap space? 0.00
Calculating hashcode of the key twice in HASHMAP 0.00