StackRating

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

Howard Hinnant

Rating
1687.15 (213th)
Reputation
151,821 (373rd)
Page: 1 ... 12 13 14 15 16 ... 28
Title Δ
Creating unordered_set of unordered_set +0.50
Validity of pointers to internal data structure when reallocating a... +1.40
using .data() member of moved std::string doesn't work for smal... +1.18
c++11: what is its gc interface, and how to implement? -1.00
What makes a singleton thread-unsafe? 0.00
STL associative containers: erasing and getting back the (noncopyab... 0.00
Weird result with std::chrono::duration_cast for 1 second and 2 sec... 0.00
"Thou shalt not throw" and noexcept 0.00
Priority queue comparator on object with const member 0.00
Why does libstdc++ store std::tuple elements in reverse order? 0.00
Memory allocator with custom pointer type 0.00
c++11 forwarddeclare thread,mutex,chrono 0.00
Why does libc++'s implementation of std::string take up 3x memo... +0.23
Can unique_lock be used with a recursive_mutex? 0.00
Why does compiler allow out-of-bounds array access even with conste... +0.93
Idiom for obeying propagate_on_copy_assignment in Container without... -0.35
Why does propagate_on_XXX_assignment not apply to constructors? 0.00
Are C++11 stateful allocators interchangeable across type boundaries? 0.00
Example usage of propagate_on_container_move_assignment 0.00
Can a temporary stringstream object be used? -2.33
How to std::mutex::lock until function returns -2.15
Confusion regarding returning large values from functions and move 0.00
Get POSIX epoch as system_clock::time_point 0.00
Smart pointers for graph representation (vertex neighbors) in C++11 0.00
Finding r-Combinations of a Vector of Strings -1.91
several random numbers c++ +0.23
When to use =default vs =delete +1.23
c++ std::function, can be replaced by auto or not -1.90
Is publishing of magic statics thread safe? +1.65
c++ swapping unique_ptr's -0.79
using std::chrono::high_resolution_clock to write a frame 30 times... 0.00
Perfect Forwarding Variadic Template to Standard Thread 0.00
Why can't ofstream be bound with bind? -3.11
std::call_once vs std::mutex for thread-safe initialization +0.21
std::vector<std::ofstream>::erase is giving compile error +0.24
Does it make sense to have unique_ptr for streams? 0.00
What is a "hint"? +1.18
In GCC the size() method of std::list is O(n). Why? 0.00
What is the post condition of a move constructor? -0.23
Copying std::unique_ptr's value via dereferencing -0.89
What is the best way to parse a millisecond date time in C++11 0.00
standard way to detect machine endianness 0.00
Why do deleted move semantics cause problems with std::vector? -2.81
What's the correct way of waiting for detached threads to finish? +1.89
Visual studio using the wrong template function for chrono::duratio... 0.00
Why can you indirectly bind an rvalue to an lvalue reference but no... +0.38
How to insert a new value to a set and erase another at the same ti... -0.97
Why did C++11 introduce delegating constructors? -0.15
Should I always define my entire template class in the header file? +1.07
What is a good way to eliminate the boilerplate involved in default... -1.24