StackRating

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

Dimitar Dimitrov

Rating
1554.04 (6,856th)
Reputation
13,547 (10,642nd)
Page: 1 2 3
Title Δ
When is it safe to not synchronize read/write variables? +2.06
SpinLock scalability and limitations 0.00
Iterate over ConcurrentHashMap while deleting entries +1.60
Update form real-time when data is concurrently updated in Java -0.07
Is this synchronized block need? +0.15
Understanding initialization safety +0.12
How are golang select statements implemented? +1.86
Java "Tiered Queue" implementation for fast Producers, sl... +1.15
Function method in java -0.08
Understanding synchronization with multiple processors +1.46
which are thread-safe methods among wait(), notify(), lock(), unloc... -1.60
Synchronizing threads using condition variables (monitors) 0.00
Why does the parallel stream not use all the threads of the ForkJoi... +0.37
Starting/Stopping a service instance safely in Java +0.60
CountDownLatch : preserving the threading order on countDown reached -0.56
Java parallel matrix multiplication 0.00
What is the state of Java thread during waiting and unable to obtai... -1.68
making varible syncronized and vissible in java +0.48
Trying to Get Guarded Blocks to Work +2.39
Java, volatile and memory barriers on x86 architecture +1.37
How can we convert a callable into a runnable -0.89
Why garbage collector stops all the threads before reclaiming the m... -2.15
Readers/Writers synchronization - order of releasing locks in fair... 0.00
How to capture thread dump programatically using JAVA Code? +0.32
Collections.synchronizedlist() remove element while iterating from... +0.33
Understanding Lock class vs synchronization 0.00
How does Spark achieve parallelism within one task on multi-core or... 0.00
Iterate through threads run via ThreadPoolTaskExecutor +0.43
minimizing lock scope for JDK8 ConcurrentHashMap check-and-set oper... +2.59
Safely publish array elements 0.00
Set available processors in Executors.newFixedThreadPool in HTTPSer... 0.00
java thread pool task timeout issue -0.56
ConcurrentHashmap in JDK8 code explanation 0.00
Safe publication of immutable objects in Java +0.41
Why do atomic operations like fetch-and-add return the old value of... -1.43
How volatile variable work with the other fields? +3.31
Is there any need to add volatile keyword to guarantee thread-safe... +2.41
Does @GuardedBy("mutex") make data thread safe or is it j... -4.67
Which implementations of Condition do not require current thread to... 0.00
Is field's default value guaranteed to be visible among threads? 0.00
Do we need to synchronize access to an array when the array variabl... -1.01
Java - ReentrantLock, lock could not be unlocked 0.00
Java 8 thenApply() and thenAccept() 0.00
How can the golang make function can take three parameters? +4.63
Java synchronize thread with buffer reading +3.38
CompletableFuture supplyAsync +3.63
Golang pointer to slice and array 0.00
C++ TBB concurrent_bounded_queue - pop timeout 0.00
Difference in memory model semantics between final and volatile fie... +3.89
How do I react to input from multiple channels the same way in Go? +3.51