StackRating

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

Caleth

Rating
1533.80 (15,470th)
Reputation
19,488 (7,033rd)
Page: 1 2 3 4 5 ... 29
Title Δ
std::vector reserve being more costly than expected -1.13
c++ How to count element frequency smartly? +0.85
std::map::operator[] is more efficient than std::map::insert? 0.00
Python: Sample N random items from list with weights but without re... +1.60
How does upper_bound work with custom object type val? 0.00
Assure that parameters passed to a function are unique -2.05
What to prefer namespace or static functions in c++ 0.00
How to create pointer with `make_shared` +1.74
Convert a nullptr to std::span -0.51
Place three separate arrays into shared memory 0.00
How to pass a std::pair of iterators to a function template and hav... +0.02
Is it possible to get the number of arguments on a variadic function? +2.03
How to iterate two vectors in one for loop? +0.18
Is std::optional<std::shared_ptr<MyClass>> good for avo... +0.82
C++ unable to figure out crtp observer pattern design -0.08
Why does hash template specialization require result_type and argum... 0.00
How to conditionally write code that's dependent on lambda'... 0.00
Correct way of freeing memory of a vector of structs +0.69
How to get function pointer from many functions and pass args to it? 0.00
C++ How can I fill an array of class 1 with objects of class 2? +0.45
How to elegantly avoid code duplication, when class T and T_ref onl... 0.00
C++ How to place data in vector of base class +0.39
Why is operator< overloading necessary for STL set containing cu... -0.25
c++ 11 typeid of string and sizeof nullptr +0.45
Can I somehow return std::optional with const-reference to my data... 0.00
What is the significance of returning the return value of a lambda... -0.35
Converting minutes into days, hours, minutes and seconds +0.37
How to pass a c++20 view to a funciton 0.00
Map of template functions +1.13
std::set::erase unexpectedly erases 3 elements 0.00
Trying to understand The behaviour of delete object in int main c++ -2.18
Add set(distinct elements) in rapidjson 0.00
How stop the first future if there is an exception in the second 0.00
Using non-member non-friend functions instead of member functions:... -0.55
Can we use only one virtual inheritance in diamond inheritance patt... -0.39
How to use a STL algorithm to replace the for loop? -0.01
constructing object from temporary +1.69
How can you iterate over elements of a std::tuple with a shared bas... -0.34
c++ inheritance and container covariance +0.70
How write sort with unknown argument. Cant iterate with void*/ -0.15
std::vector Error shows up: "Cannot increment a vector past th... -0.45
Equivalence of find_if and bind2nd to lower_bound, upper_bound +2.26
A post-increment operator that allows one to increment at a specifi... -0.84
How to implement 'reverse application function' in C++? 0.00
How to iterate over a 2d vector using a 1d index +0.29
Technical reason why objects were not movable in the first C++ vers... +0.15
HOW TO TRAVERSE TWO VECTORS IN A SINGLE LOOP +0.45
Why does returning a virtual class *by value* in C++ alter the v-ta... 0.00
Default template parameter with a default value? +1.35
A trick to enable casting over non-public inheritances 0.00