StackRating

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

Arne Vogel

Rating
1447.31 (4,533,327th)
Reputation
4,865 (34,120th)
Page: 1 2
Title Δ
Using smart pointers for C++ binary search tree +4.94
How to reduce the + operator memory consumption for self-defined cl... -3.37
Is it safe to use "yes","no","i",&quo... -2.80
Hiding a private overloaded virtual function? +4.89
Why is stack unwinding guaranteed only for handled exceptions? -1.97
How can I get an implementation-agnostic version of std::uniform_in... -3.13
Why is declaration order important for passing a member function po... -3.07
Why can't I move an element into vector of non-copyables? -3.49
Recursive 0-1 knapsack 0.00
How to use std::sort with pairs and references -3.24
Could I use operator == if I only implemented operator <? +2.51
How to ensure that a method is executed only once for the lifetime... +4.66
Are concurrent calls to emplace_back() and operator[]() from std::d... +4.22
std::make_unique<T> vs reset(new T) -0.98
Can num++ be atomic for 'int num'? +1.40
why does it wrap without endl;? -3.54
Overhead of static constants when included into many translation un... +0.92
What does casting to `void` really do? -3.15
undefined behaviour in theory and in practice -0.14
Synchronizing very fast threads -2.36
Odd return behavior with std::function created from lambda (C++) -1.62
C++ std::forward<T> vs static_cast<T> -3.08
What does std::match_results::size return? -2.86
How is destructor called for temporary objects returned from a func... +1.41
Using pcre2 in a c++ project +4.34
c++11 register cache thread safety -2.77
Distinguishing between multiple exceptions of the same type -0.81
Branch Prediction and Division By Zero -2.63
Multiple Declarations in C++ -4.30
Can overloading shift operators for things other than I/O be a good... -3.48
Generalization of std::transform +1.29
How to find and avoid uninitialised primitive members in C++? -2.68
Class - User Defined Smart Array with dynamic size -2.06
Function overloading with std::function argument: why is the const... -0.64
Is this a correct C++11 double-checked locking version with shared_... -0.01
How to efficiently delete elements from vector c++ -4.09
What is the rationale for allowing this derived-to-base conversion... +3.97
The sentence in bold below, in the book "The Standard Library&... -1.93
Is a static pointer marked as possibly lost block bad? -4.02
Why do both the notify and wait function of a std::condition_variab... -2.69
Is it safe to use the Structure dereference(->) operator on the... +1.91
namespace std overloading less than -0.89
Branchless K-means (or other optimizations) +0.91
C++ replace a <word A> with a <word contains A> -3.72
Are conditional expressions in C++ always of bool type? +5.72
How does deque have an amortized constant Time Complexity -2.88
Expression SFINAE to overload on type of passed function pointer -3.81