StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 2 3 4 5 6 ... 99
Title Δ
why my struct takes more memory than requested? 0.00
vector<vector<T>> vs T [][]? +1.97
Perfect forwarding in a template class 0.00
Hand written move -0.04
How do applications know how return the data an API requested? 0.00
Class Destructors not being called in the expected reverse order fr... 0.00
Copy constructor doesn't work when shared_ptr is passed as a pa... -0.10
Flattened array representation for a Binary Tree data structure 0.00
Fold expressions in algorithms for std::tuple access 0.00
Is the Rule of 5 (for constructors and destructors) outdated? +0.29
Bidirectional thread communication with multiple condition_variable... 0.00
Shouldn't "int i = *(short *) & float" preserve t... 0.00
Equivalent to `<T extends MyClass>` in C++ 0.00
Is there a way to get or define typeid of a template? 0.00
Why program is terminated if neither calls std::thread::detach nor... -0.65
May I safely use the address of a C++ STL vector element? How? +0.39
The default constructor cannot be referenced 0.00
How do I make 0 auto cast to an enum? (|= works but not =) +0.01
template enforcing unnecessary restriction +1.79
Run-time implementation of std::function -0.08
Container begin / end / cbegin / cend semantics, iterator / const_i... 0.00
Variadic CRTP Base Class with Additional Template Parameters -1.55
How to use mutex properly? 0.00
When is a return type not exactly a return type? (template speciali... 0.00
jump to case label crosses initialization of 'std::unique_lock&... +1.47
C++ usage of non-template (but type specific) function inside of te... 0.00
crypt returning different hashes with same input and salt when usin... 0.00
Move std::unique_str after its captured in Lambda -2.17
Unit testing custom STL-compatible containers and iterators 0.00
How do I define a class template with specfic format of taking temp... 0.00
Eliminate redundant template argument in C++ +2.54
Is it a good practice for a class to have only public (no private o... +2.02
Is it possible to implement log once in C++20 without macros? +0.52
Why is the recursion depth non-deterministic (C++)? +0.16
What does std::vector::swap actually do? -1.29
How to efficiently iterate over std::(unordered)set when deleting i... -2.02
How do I correctly create a mergesort function? +1.82
Tagged pointer CRTP accessor class 0.00
C++ stack overflow, how to increase stack size per thread? 0.00
How does a pointer to a Base class which initialized by a derived c... 0.00
Should there be a mutex for every setter in a class or making all m... 0.00
Sum of recursive vector time complexity 0.00
cv.notify_all() is not returning in the main thread during shutdown -2.78
How do I define an overloaded operator outside of a class template? -1.47
If another pointer (p) points at a class that was allocated to anot... 0.00
rewrite from c++ to Python 0.00
Passing a std::shared_ptr<T> to a function that takes a std::... +1.30
Is there a way to get a template type from an integer? 0.00
C++ - Return a template with unknown template argument 0.00
Thread safe queue implementation : Efficient implementation of pop() -0.60