StackRating

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

Solomon Slow

Rating
1449.88 (4,532,678th)
Reputation
14,092 (10,141st)
Page: 1 2 3 4 5 ... 20
Title Δ
Garbage collector of singleton with daemon thread 0.00
Python - Implementing a Future object -0.42
Do spinlocks guarantee context switching when compared to mutexes 0.00
Java multithread example - is object shared or not +1.91
Reader Writer implementation in java -0.17
Java Threads - Keep function in sync with multiple returning values... -1.41
Does a thread in 'ready' state acquire a lock 0.00
What does std::mutex prevent threads from modifying? -1.29
why java double check lock singleton must use the volatile keyword? +1.27
Java - Thread using executor service +0.36
How do Lambba works in Java when using Thread and Runnable? 0.00
Mutex for private object - global vs attribute -0.85
how does Thread.sleep(delay) react to actual parallel threads -0.54
Thread safety of using reference of forEach loop in thread 0.00
Synchronized method in thread subclass -0.60
std::unique_lock move semantic 0.00
How to notifyAll threads in a class in JAVA? 0.00
How can multiple threads (that are waiting on a condition variable)... 0.00
Mutex locked confusion -0.34
java: one synchronized vs more synchronized around the same code -0.68
When does a thread die? 0.00
Thread without a process? 0.00
Java memory model: single thread and multi-core CPU -0.06
Why does main thread wait for background threads to finish -0.26
Why don't we make every property of class thread safe normally? -1.29
Questions about Threads and Callbacks in Java -1.13
What if thread obtained a lock on object 0.00
Locking many resources without wait & hold in Java 0.00
While loop not working when running it in thread +0.40
Different task running at the same time on a C++ program -0.41
Java wait() and notifyAll() resume oldest Thread -1.28
What is the relationship between pthread priority and pthread policy? 0.00
Using ReentrantLock with Multiple threads +2.00
Using ReentrantLock with Multiple threads -2.00
Does thread-safe mean no race conditions? +2.07
How to create a session scoped thread safe object instance? +0.65
Give me a scenario where such an output could happen when multi-thr... 0.00
Do threads work with respect to their respective priority number? 0.00
Is it possible to wait the main thread while all the threads of exe... 0.00
LinkedBlockingQueue and worker threads - is this code thread safe? 0.00
2 threads want to execute the same object , what problem will come? 0.00
Java multithreading without thread class or runnable interface 0.00
How to make Java runnable call a callback from the main thread, and... 0.00
Singleton Design Pattern Double Checked Locking +0.07
void lockInterruptibly() +0.61
Convert Java While Loop to Multithreaded Loop +0.49
is it ok that multi threads write to different variables of a share... -1.34
Why DCL without volatile is valid for primitives? 0.00
Do i need locks when accessing a class with getter and setter from... 0.00
Why can't python threads run again once they have finished? 0.00