StackRating

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

curiousguy

Rating
1418.04 (4,535,897th)
Reputation
4,586 (36,294th)
Page: 1 2 3 ... 6
Title Δ
Is a throw exception evaluated by the abstract machine? -1.28
does pointer "this" in c++ support virtual mechanism? -1.30
What is difference between "owned pointer" and the "... -1.37
In C++, can an object share same polymorphic member with its base o... -0.40
Is it possible to change any func pointer in vtable? 0.00
Must enable_shared_from_this be the first base class? -0.33
MESI Protocol & std::atomic - Does it ensure all writes are imm... -1.21
How to achieve a StoreLoad barrier in C++11? +0.17
C++: Time-out function from outside the function -1.58
Can two consecutive memory_order_release stores on the same thread... +3.45
Is the explanation of relaxed ordering erroneous in cppreference? -1.29
C++ raw pointers and "delete" +0.80
Making data reads/writes atomic in C11 GCC using <stdatomic.h>? -0.43
std::memory_order and instruction order, clarification +0.02
Is Concurrent Non-Atomic Read/Write An Undefined Behavior? -1.00
Does a program with std::map<T*, U> have well-defined behavio... -0.83
How "lock add" is implemented on x86 processors -1.19
A Minimum Ordering Requirement -0.70
Would C++ standard algorithms be faster if comparators were require... 0.00
Cancelling arbitary jobs running in a thread_pool +0.97
memory-ordering of std::atomic<T> on certain CPUs 0.00
g++ compiler not generating error/warning for undefined methods -1.51
Is it safe to use a reference to a const when the referenced variab... -0.49
Reusing data member storage via placement new during enclosing obje... +1.02
Why does default constructor of std::atomic not default initialize... -0.62
Why is dynamically allocated memory always 16 bytes aligned? +1.45
Why can we not create trivially constructible objects using malloc... -1.25
Can derived classes have more than one pointer to a virtual table? +2.84
Are there some smarter smart pointers in C++? -1.09
Will compiler create vtable irrespective of object creation in c++ -0.79
C++ Ambiguous access - virtual inheritance +1.11
Why do weak memory models exist and how is their instruction order... +0.61
Atomicity vs Memory model vs Out of order execution 0.00
With memory_order_relaxed how is total order of modification of an... +0.23
memory model, how load acquire semantic actually works? -0.87
Assign volatile to non-volatile sematics and the C standard -1.64
Is it legal to construct data members of a struct separately? -1.55
Is memory_order_acquire on reference counted pointers to trivially... 0.00
Does thread-safe mean no race conditions? -0.79
Does "volatile" guarantee anything at all in portable C c... -1.19
If a RMW operation changes nothing, can it be optimized away, for a... +0.10
Why c++ use throw() keyword to indicate the function won't thro... +0.19
Does accessing a pointer of std::unique_ptr type apply memory order... +0.10
Why std::memory_order_relaxed is preferred at CAS loop when failing? 0.00
in solution of diamond problem, why we need to inherit grand parent... 0.00
Are pointers to allocated memory outside object's lifetime &quo... 0.00
Does the standard allow an implicit virtual destructor not being im... 0.00
why does arm atomic_[read/write] operations implemented as volatile... 0.00
Which part of the language forbids changing elements of an std::set -0.63
Why can a T* be passed in register, but a unique_ptr<T> cannot? 0.00