StackRating

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

Humphrey Winnebago

Rating
1502.29 (352,065th)
Reputation
702 (207,479th)
Page: 1 2
Title Δ
Does the following situations create race conditions in multithread... 0.00
Is there any alternative ways I can follow without using syntax old... -3.38
Why "memory_order_relaxed" treat as "memory_order_se... -1.74
C++ wait notify in threads with synchronized queues +2.38
What does "strongly happens before" mean? 0.00
openMP: Running with all threads in parallel leads to out-of-memory... 0.00
How can exit from a int function without returning value in C++? 0.00
Do the release-acquire visibility guarantees of std::mutex apply to... +3.99
How to express in C++11 ordinary store (export) and load (import) b... -3.00
How to tell there is another thread trying to hold mutex? -3.96
note: 'std::thread' is defined in header '<thread>... -3.85
relaxed ordering and inter thread visibility -0.06
Erasing elements from list in multiple threads +4.01
Is this acquire fence observed? 0.00
Using protobuf for thread communication 0.00
Smart pointers Object pool test application fails at finish/exit 0.00
c++, how do I create thread-restricted/protected variables and func... 0.00
Multithreaded function performance worse than single threaded +4.03
Why is my parallel foreach loop implementation slower than the sing... 0.00
Why do two processes that perform matrix multiplications run slower... 0.00
multiple locks on different elements of an array -4.03
Is an efficient C++ conditional spinlock possible? 0.00
Why does a redundant extra scoping block affect std::lock_guard beh... +3.81
Does a game server create threads for each user request (like dota... 0.00
Thread scheduling/Data race conditions -1.00
If we use notify_one() to wake a thread, do we still need yield() -... +4.73
Kernel Programming - Mutexes 0.00
How to create a race condition in C++ -2.46
Worker Thread permanently hibernates, after executing too fast 0.00
C++ countdown in CyclicBarrier going wrong using atomic variables [... 0.00
How expensive is a blocked mutex? -4.08
Multiple vs single condition variable 0.00
Please explain the use of condition variables in c++ threads, and w... 0.00
Is the cost of atomic and std::mutex killing my performance for mul... 0.00
Why doesn't my mutex lock before my other thread locks it? 0.00
thread sync using mutex and condition variable -3.61
Lock free linked list insert -2.13
how to implement simple Compare And Swap in C++ for shared counter -3.53
thread that executes function calls from a main thread c++11 -0.90
Weird hang in generic multiple producers / consumers in C++11 (or a... 0.00
Synchronize n Threads with only using Semaphore and/or mutex in C++ 0.00
std:thread how to check if thread is running? -3.59
Should I use a boolean variable to indicate whether a lock has been... +3.55
C++ Precise 44100Hz clock for real time audio synthesis +3.44
Random function call from multiple threads in C++/QT -4.20
Multithreaded program blocks when compiled with optimizations +4.52
Waiting for Memory Value to Change 0.00
C++ casting a struct to std::vector<char> memory alignment +0.12
Why fread does have thread safe requirements which slows down its c... -0.15
C++ Producer Consumer, same consumer thread grabs all tasks +1.36