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 ... 20
Title Δ
Should a variable be volatile between 2 running threads? -0.19
Multithreading a while loop in c++ +1.28
Python Thread not releasing lock +2.49
unintentionally fried my pc.. figuring our multiprocessing for python +0.59
Using `synchronized` code blocks with `.wait` and `.notify` in Java 0.00
Thread safety of local variables +0.26
Can multiple thread perform Single task, So that task gets done qui... +0.57
Java Message passing among threads 0.00
Simple division of labour over threads is not reducing the time taken -1.23
Is at a good idea to use ThreadPoolExecutor with one worker? 0.00
Understanding Condition Variables - Isn't there always spin-wai... +2.30
uniqueness of os.getpid in multiprocessing 0.00
How to use notifyAll for a specific thread? -0.09
pthread_mutex_lock issue in synchronization +0.31
Executing a function on a specific thread in C++ +2.16
Thread never gets the lock (pthread_mutex_lock) -0.04
Wake up a thread spawned using ScheduledExecutorService 0.00
How does unfair lock have better performance than fair lock? +0.65
How to create n threads and work with all of them 0.00
What does the main thread do in a thread pool /tasked based applica... 0.00
Why does thread just die if i dont set 'pthread_join' 0.00
How does await() and signal() work inside lock block? 0.00
Terminology question: mutex lock, spin lock, sleepable lock -0.39
Can a single core processor still throw ConcurrentModificationExcep... -1.53
How do conventional locks protect from parallel access in Java? +0.61
How to forcefully make one thread to be executed first in c +2.59
getting a segmentation fault with pthread_create +0.71
Am i wrong or the result is wrong? -0.17
Second thread runs only after the first thread completes instead of... -1.54
When to use thread local memory in Python? -1.48
What is the equivalent of synchronized( object ) in Reentrant lock... 0.00
reduce the thread count for specific process which causes high cpu 0.00
Why doesn't the code is executing after thread start right away... 0.00
Why wait method doesn't work on Thread object? +0.57
How many Futures is too many in Java? -0.86
Difference between methods from Thread class and methods used with... +0.53
Is there any way to lock and unlock while dealing with multiple thr... 0.00
Difference between Time-Slice, Context-Switch and Thread interference 0.00
How to check whether sleep() method in Java holds lock or not? -0.44
How can I access a non-final variable in a Thread lambda? 0.00
Limiting call frequency to a static method -0.85
Running multiple functions with one thread -1.30
Iterate thru a HashMap and start a Thread for every Different Value +0.06
Inconsistency using Java's volatile keyword -0.40
Is a mutex lock used inside a shared function or outside of it -0.47
Why is 'happens-before; relationship called like that? -1.23
Why does thread pool takes tasks independenty and not concurrently? +2.72
std::cout is thread safe, but can cause race conditions? -0.25
Why is this statement true? "Tasks that spend much of their ti... -0.45
How does incorporating multi-threading into C++ benefit the perform... -0.42