StackRating

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

Cort Ammon

Rating
1527.10 (21,479th)
Reputation
5,627 (29,174th)
Page: 1 2 3 4
Title Δ
C++ memory_order_consume, kill_dependency, dependency-ordered-befor... 0.00
Empty destructor vs literal destructor 0.00
What is the difference between using explicit fences and std::atomic? 0.00
Why is memory_order given as a runtime argument to std::atomic func... 0.00
Are for loop conditions optimised? 0.00
Is there atomic increment with the check preconditions, that the at... 0.00
Multithreading. Do I need critical sections for read-only access? 0.00
How to demangle names in Visual Studio assembler output? 0.00
Strange results about C++11 memory model (Relaxed ordering) 0.00
why does memory_order_relaxed and memory_order_seq_cst make no diff... 0.00
Does order of unlocking mutexes make a difference here? 0.00
Is Mersenne Twister a good binary RNG? 0.00
Template typename 0.00
How fast is access to atomic variables in C++ 0.00
Is mutex needed to synchronize a simple flag between pthreads? 0.00
What does `std::kill_dependency` do, and why would I want to use it? 0.00
What's the best strategy for typedef'ing shared pointers? 0.00
Why do pthreads’ condition variable functions require a mutex? 0.00
"pseudo-atomic" operations in C++ 0.00
Are +=, |=, &= etc atomic? 0.00
C++: const reference parameters 0.00
What are the differences between a pointer variable and a reference... 0.00