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 ... 6 7 8 9 10 ... 20
Title Δ
Java object locks equals or synchronized equals? (valid for hashcod... 0.00
C++ thread still `joinable()` after it finishes execution? +0.31
What are the problems/issues that I can face when working with thre... 0.00
Why is this python code not thread-safe? -1.03
Runnable does not run inside Callable -0.44
Sleeping Thread or Process in Java +0.72
Can anyone explain the use of ConcurrentLinkedList with example? 0.00
Update reference to immutable object thread-safe 0.00
Java, what is std? -0.84
What does "main" when I use currentThread() mean? Am I us... +0.55
ThreadLocal versus Member Variable in a Thread in Java 0.00
How to check that pool 'reuses' Thread -0.42
Use of synchronized on a block with instance variable -0.26
How to communicate with event dispatch thread or swing components f... -1.05
Can a class with its own thread also have static methods that are u... +1.02
Is it possible to have a Map with lambda values Map<key, functio... +0.58
Do multiple threads Using the same object in java make a copy of it? +1.33
Java: Object reference inside Object that contains original Object... +0.57
Why no speedup with more than one thread? +0.11
Something about critical sections 0.00
Compare 2 HashMaps in Java +0.09
Use case for Lock.tryLock() +1.92
Read write lock with condition variables +0.07
hashmap inside a hashmap? -0.43
What is the complexity of copying a bitset? Is it the same as that... +0.92
Java multithreading. synchronized(this) on a Thread class +2.38
Which should I use thread or process? -0.27
Can any computer (multi or single core) run many threads at the sam... -0.90
Simplest Way To Get Full Function Referring Stack? 0.00
Python Threading/ThreadPool implementation 0.00
Confused about java concurrency results +0.07
How many types of Locks are there in JAVA +0.04
How synchronized is working in the following threading code and wha... +0.52
C - Convert int to char -1.56
What is meant by "each JVM thread has its own program counter?... 0.00
Thread handling techniques in java -1.24
Issue with Garbage Collection +0.35
Doubly Linked List in java implementation 0.00
Should I ever clear the interrupted flag and not throw InterruptedE... 0.00
Synchronize on the same lock +0.60
Creating multiple threads with a single instance of Runnable VS. wi... +2.85
How does multithreading method invocation work -1.63
How can I use Italic to represent the user input in Java 0.00
Memory Allocation in Java for Parameters -0.01
Synchronized block vs. synchronized method qualifier in Java -0.44
Java Thread Synchronized methods +0.26
Happens-before when synchronized method exits -0.82
is happens before i.e hb(x,y) not same as hb(y,x)? 0.00
Java yield() a thread with synchronized block to a higher Priority... -1.62
In java, possible side effects of synchronizing on ClassName.class... +0.53