StackRating

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

mpoeter

Rating
1556.04 (6,393rd)
Reputation
1 (4,498,440th)
Page: 1 2
Title Δ
Are thread shared variables directly accessed? 0.00
Is the DCL(double-checked locking) implemented in the following C +... 0.00
Is DCL (double-checked locking) thread-safe when implemented by ‘Se... -0.63
Hazard Pointers with well defined allocators in C++ 0.00
How to make a group of statements atomic without memory visibility... +3.20
Why does my thread pool sometimes throw `std::bad_function_call` or... +4.87
Simple C++ two thread issue (Thread application slower than sequent... 0.00
Avoiding false sharing of SPSC queue indices 0.00
When can memory_order_acquire or memory_order_release be safely rem... 0.00
Is the vector reference operator[] threadsafe for writing? -2.25
Trying to implement cas linkedlist +0.84
Trying to implement linkedlist 0.00
Difference btw atomic exchange (without return val) and store? It&#... +4.15
C++11 on modern Intel: am I crazy or are non-atomic aligned 64-bit... 0.00
Repetitive simulations with multithreading in C++ -1.98
C++ Lockless Threading Question - Multiple threads iterating over a... 0.00
c++11 lock-free queue with 2 thread +3.87
Why does program only work with debugging mode? +0.43
It is possible to getting stuck in the compare_exchange's loop? -3.81
Independent Read-Modify-Write Ordering -2.02
Can I replace the atomic with a volatile in an one-reader/one-write... -4.10
Is it always worth to split task between threads? +3.83
a generic lock-free synchronization 0.00
How to achieve a StoreLoad barrier in C++11? +3.85
Arango DB query limit can't be more than 1000? 0.00
How to make a function that can only be executed on one thread simu... +0.23
Trying to understand code example with atomics from book "C++... +5.21
Read/write 64-bits on two threads without mutex/lock/atomics +3.67
What is guaranteed with C++ std::atomic at the programmer level? -2.35
Not holding the lock while notifying a boost interprocessing condit... 0.00
Concurrent hash table in C++ 0.00
Race condition in OpenMP outside parallel block (ThreadSanitizer);... 0.00
variable size element lock free queue +0.81
C++ Concurrent Queue with Primitive Types 0.00
std::memory_order and instruction order, clarification +3.67
Memory ordering in boost::lockfree:queue 0.00
When is a memory_order_seq_cst fence useful? 0.00