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 Δ
How to filter documents in a collection when inside an array in Ara... 0.00
C++ release sequence details 0.00
Does std::condition_variable really unlock the given unique_lock ob... 0.00
Understanding compare_exchange_weak +2.96
Is there a happens before relationship between the use of a stack l... 0.00
Atomic and lock-free write of arbitrary sized data/vector/array 0.00
Lockless queue using std::atomic 0.00
is there a way to LIMIT per sub-iteration (not total)? 0.00
How to ensure that a document field is unique in ArangoDB Cluster 0.00
Dekker Mutual-Exclusion -0.42
C++ how to trace down reason for code not saturating CPU +1.02
What are the advantages of lock-free programming over spin lock? 0.00
C++ memory_order_acquire/release questions +2.98
Is ABA relevant for push/insertion operations when using the CAS id... +0.33
How many threads does arangodb execute AQL query by default? Can it... 0.00
ArangoDB AQL Fragments Issue 0.00
virtual memory and physical memory of the process will raise when d... 0.00
C++ Lock-Free Queue 0.00
Arangodb create index of set 0.00
why c++ singleton need memory_order_acquire 0.00
Boolean stop signal between threads 0.00
The strength of blockingqueue compared to lock-free concurrentqueue... 0.00
C11/C++11 memory model acquire, release, relaxed specifics 0.00
Question for threadsafe queue from three easy pieces 0.00
Will the old_head be updated after the 'do-while'loop and b... 0.00
std::memory_order_relaxed example in cppreference.com +4.48
Is it necessary to acquire the lock and notify condition_variable i... +3.83
Are C++ atomics preemption safe? +4.23
Typo in _admin/metrics 0.00
How is std::atomic<T>::notify_all ordered? 0.00
Is virtual table creation thread safe? +3.79
How to initialize big thread local objects? -0.04
Does an atomic acquire synchronize with mutex lock release? +3.65
C++Concurrency in action:Can the Listing7.6(An implementation of po... 0.00
Memory ordering for hazard-pointers 0.00
Are lock and unlock on the same mutex sequential consistent? 0.00
C++ Thread does not detect global variable change 0.00
Lock-free stack pop implementation in C++ -3.54
Simple usage of std::atomic for sharing data between two threads +4.45
Arango AQL queries NOT IN 0.00
ABA Race Condition 0.00
Why define the Java memory model? -0.42
Alternative of std::atomic<bool> before c++11 or same behavior 0.00
Visual Studio release mode blocks code execution that is executed i... +3.71
Problems with MCS lock implementation 0.00
How do I avoid or suppress the race in this lock free stack? 0.00
Anything in std::atomic is wait-free? +3.56
Is there equivalent functionality to C# Structs/StructLayout with f... 0.00
Queries over several Databases in ArangoDB 0.00
False sharing and adding an element to a Queue 0.00