StackRating

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

LWimsey

Rating
1539.60 (12,017th)
Reputation
3,088 (54,768th)
Page: 1 2
Title Δ
Single bit manipulations with guaranteed atomicity +1.13
Atomic bit-wise operations on POD type 0.00
Stopping a thread using an `atomic_flag` variable -3.96
C++11 const - Is my code thread-safe? +4.02
Which value does atomic read operation with memory_order_seq_cst re... 0.00
Atomic write of nearby one-byte variables -0.01
Can I avoid locking a bool if it only goes from false to true once? +4.05
Is it possible that a store with memory_order_relaxed never reaches... +1.58
Nested lambda function -3.78
std::atomic_flag and std::lock_guard 0.00
data visibility between threads without lock 0.00
Why this may lead to a deadlock? +4.67
Does a data race exist if you are only reading the shared data? 0.00
What's the difference between atomic.store and atomic_thread_fe... 0.00
Can I use part of my data as lock? +4.28
Please explain the output of the following pointer operation 0.00
In C++, is there any effective difference between a acquire/release... -4.11
Setting class member with callback in thread-safe way +3.74
Fences with non-atomics in C11 0.00
why does spinlock with std::memory_order_relaxed perform correctly? -3.70
Release Acquire Semantics to Compute Average 0.00
How do I make memory stores in one thread "promptly" visi... -3.27
Using the C++ atomic lib, what memory order(s) should I use for a l... +1.79
Checking numbers in an array -0.65
What should be memory order for sequential load-store atomics when... 0.00
How can I take the address of a temporary/rvalue for copying? -0.02
Non-blocking pthread stop - or why does std::atomic_flag slow down... +4.61
What's are practical example where acquire release memory order... 0.00
Effective placement of lock_guard - from item 16 from Effective Mod... +4.14
boost atomic load and store at same time 0.00
bitwise AND with std::atomic<bool> 0.00
Why does pthread_create not take my method within the same class? -2.73
How to remove the default "error: static assertion failed:&quo... 0.00
C++ if one thread writes toggles a bool once done, is it safe to re... -2.97
Weird C++ syntax: type definition before a function call -3.87
Any difference between clock_gettime( CLOCK_REALTIME .... ) and tim... -4.53