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 ... 5 6 7 8 9 ... 20
Title Δ
What exactly is the meaning of "wait-free" in boost::lock... +0.62
What happens to the main application thread? +0.51
If thread scheduler runs one thread at a time then how does java pr... +1.01
c++ microcontroller global classes/singelton? +0.54
Volatile keyword for thread safety +1.30
synchronized statement for a particular code snippet -0.67
Is it safe to create a global object that has an independent thread? 0.00
Is it ok to keep adding virtual methods to the base class(the inter... -1.47
How do event listeners constantly poll to check to see if a button,... 0.00
Java - suspend thread until other thread event -0.48
ThreadLocal issue +2.15
Object Passing by reference in C++ +0.05
Determining which thread got the synchronized key +0.55
Limiting number of concurrent threads +0.04
Interrupts and context switches -1.70
Decrypt an encrypted file/folder. +1.20
Java: Object.wait(long) broken +0.55
How to decide which thread will wait after calling wait function? +2.94
Is the value discarded when converting to void pointer? 0.00
Spontaneous execution of code in periodically running thread +1.60
Queue/thread not affecting main process 0.00
How do you predict the number of iterations it takes to perform a b... 0.00
Terminate Runnable +0.05
Java Thread completion status +0.05
if condition too long and including for loop -0.29
Using Runnable for parallel execution -0.45
I need an explanation on free() function in c++ +0.02
Try, Throw, Catch in functions +2.79
Starting a thread before other threads and keep it running througho... 0.00
Why is my if-else statement not working properly? +0.29
Java locks: Hand over hand locking through list 0.00
How to do inter thread communication inside static synchronized block +1.16
Is it possible to allow more number of threads than concurrency lev... 0.00
Beginner's questions about multithreading in Java and usage of... 0.00
How can we get NPE, race condition +2.44
What is the benefit of a concurrent garbage collection? -0.44
ReentrantReadWriteLock - why can't reader acquire writer's... -0.43
How do I access methods within the objects I put in an array? 0.00
How implementation of Re-entrant lock and Synchronization is differ... 0.00
I'm a very beginner at programming and need some help and advice +1.81
Are values of ConcurrentHashMap being synchronized by default? 0.00
What thread does sleep method interrupt? +1.34
Does parking a JAVA thread cause any acquired monitors to be released -0.43
Can multiple threads of the same process run on different processor... 0.00
Minimum Time given to a thread -1.63
HashMap have old value around till they stop being referenced +0.57
how to make runnable instance to wait in one thread and notify by s... 0.00
Where does "return" returns if used inside the catch bloc... +0.57
Map as value in ConcurrentHashMap -1.03
Behaviour of tryLock and lock.tryLock(timeout, unit) +0.08