StackRating

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

Anthony Williams

Rating
1655.53 (486th)
Reputation
53,283 (1,841st)
Page: 1 2 3 ... 11
Title Δ
Problem understanding code from C++: Concurrency in Action 0.00
C++20 coroutines, std return type and state persistancy -1.64
Must lock be held when signaling conditional variable? 0.00
What is guaranteed with C++ std::atomic at the programmer level? +0.29
Thread Declaration in C++ +0.97
std::scoped_lock behaviour with a single mutex +0.54
Why c++11 memory_order_relaxed still leads to sequencial wait? 0.00
Tried to implement Leetcode's FizzBuzz multithreading question... -0.12
Why deleting the referenced value by an element of a vector<refe... 0.00
Why shared_locked introduced before shared_mutex 0.00
How to view content of a removed file in mercurial -2.88
what is the special regarding int :0 in C++ +0.76
How to choose between std::reduce and std::accumulate? 0.00
How to check the status of detached thread in C++11? +1.08
Is two objects having same characteristics get stored in memory onl... +0.26
Sharing common variable between 2 functions in multithreaded enviro... 0.00
std::variant vs pointer to base class for heterogeneous containers... +0.96
Is a potential data race a data race? +0.97
How to create a vector of tuples in C++? +1.34
Red Hat: using <atomic> compiles fine but linker can't fi... +0.30
C++ vector<thread*> push_back(): can't figure out incanta... +0.30
how to use reset with const shared pointer to non const object? +0.29
Abandon Mercurial topic 0.00
std::get does not forward rvalue-reference for std::apply 0.00
Using mercurial, I added a new file and wrote code in it, then dele... 0.00
What is the difference between operator++(); call and ++(*this)? 0.00
notify_one not triggering condition_variable inside dynamic library 0.00
In implementing a program to handle race conditions based on semaph... 0.00
Thread about socket communication 0.00
std::shared_ptr with aliasing constructor, is it possible the retri... 0.00
Static member function and access operator -1.41
What is the correct way of constructing multiple threads to get bes... +0.94
What is the point of adding const to the declaration of std::lock_g... +0.92
how to make '=' overloading work on the other side of the &... 0.00
Value -like implementation of copy constructor and assignment opera... 0.00
Does explicit type cast from double to integer always check for int... +1.27
Do I need a destructor if I am also using a copy constructor and ov... 0.00
Vector in an abstract class +0.30
passing a string in a constructor derived from a thread class 0.00
C++17: map type to integer value at compile time +1.48
C.....Shufling values of linked list 0.00
Cannot pass parameters to boost::thread constructor 0.00
Can an inline variable be changed after initialization in C++17? 0.00
Keeping a thread locked a long time +0.99
In C++ Lambda Expressions, why would one prefer capturing by value... +0.87
waiting on worker thread using std::atomic flag and std::condition_... -0.15
store a lambda that captures this +0.30
reinvent Microsoft's Concurrency::diagnostic::span that can als... 0.00
Win Api - SetEvent and WaitForSingleObject, memory synchronization... 0.00
Round double to nearest uint64_t 0.00