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 6 7 ... 20
Title Δ
A quick fix for deadlock? +0.18
Should locks in multi threading always remain immutable? -0.35
Why java thread behave so differently if they shouldnt in this scen... +1.44
Calling a function on an android thread that is already running? Wr... -1.67
C++ multithread program I/O problem with std::endl +0.49
Thread scheduling and synchronization 0.00
Not Getting expected result in multi-threaded program +1.20
How to prevent multiple threads to use singleton class instance at... -0.74
The right way to do equals and hashcode of objects held by AtomicRe... +1.75
Problem merging branch into master in git -0.19
Does multithreading actually work in uniprocessor environment +0.33
Java Threads Object Lock +1.07
How to prevent method from being executed concurrently by different... +2.10
Hyper threading and parallelism 0.00
why is wait() called for loop in Thread.join() of Java? +1.01
Python: threading.Thread, are values passed by value or reference? -0.44
Is Thread.join() considered killing a thread? Is it ok to run anoth... +0.04
Why it is not possible to build binary semaphore with if statement... +2.18
Java - start thread with member function 0.00
Implementing Producer Consumer problem using lock on list +0.34
At what point is the lock really released after calling notify() +0.41
Improvement on execution time from an aplication done with multi-th... 0.00
Why is mutex not enough? +0.07
Multithreading on a single core +2.78
what is cache in context of threads and when to use volatile keywor... -0.10
Class Constructor - No Instance of Constructor -0.37
std::shared_ptr::unique(), copying and thread safety -1.90
Illegal Monitor State Exception for this producer consumer? 0.00
Implementation of Thread Constructor 0.00
Windows Sockets for inter-thread communication -0.52
Lock retains way too long by a thread -1.65
how to use multiple threads, in sync? +0.06
HOW are local static variables thread unsafe in c? -0.47
How to send a CTRL-C signal to individual threads in Python? -1.57
Python 3.6: Will running the same multi-threaded python script in s... 0.00
Does the code with CompletableFutures and no custom Executors use o... -1.56
Is it possible to create threads in multiple files to be executed i... -0.98
Thread synchronization on a C++ server 0.00
Why do we use the synchronized block in this class method? 0.00
How to make a thread wait for other threads to do a specific task i... 0.00
How does ReentrantLock.tryLock() works as it seems from source code... 0.00
Double checked locking without using volatile-keyword and without s... +0.03
Why should I not use "wait()" method when multiple locks... +0.04
Race conditions can also occur in traditional, single-threaded prog... +0.98
How can I create non-blocking threads? -0.40
Regarding strings in printf +0.53
Mutex on part of class -0.65
what is the difference between block, suspend and sleep 0.00
Mutexes with variables in struct 0.00
Fibers use cases +0.05