StackRating

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

David Haim

Rating
1520.54 (30,837th)
Reputation
18,629 (7,452nd)
Page: 1 2 3 4 ... 12
Title Δ
Thread Pool C++ +0.67
std::promise set_value and thread safety +1.17
Does C++ pointers work across EXEs and DLLs +1.90
Will C++ STL vector reserving too many capacity costs lots of memory? 0.00
C++ working with objects on heap 0.00
Why am I able to rebind a reference after its initialization? -0.86
Why are structs so much faster than classes for this specific case? -0.56
I don't understand how to async operations can make a HTTP serv... -0.62
std::vector, std::string; will it move? +1.29
mem_fn to function of member object -0.77
onSpinWait​() method of Thread class - Java 9 +1.41
GetTempPathA function crashes after printing result -1.23
Is struct packing deterministic? +0.41
boost::lockfree::queue of functions? +0.82
Valid Unicode String 0.00
Performance of multi-threading exceeding cores +0.94
Which HTTP code to use for a system error? 0.00
Ensuring that only one instance of a function is running? 0.00
std::remove_if polymorphic std::unique_ptr from std::vector +1.39
adapter pattern : support underlying data that can be const or non-... +2.16
std::thread: How to wait (join) for any of the given threads to com... -1.82
Synchronization of particular shared memory write operations (MPI) +2.42
Should a C++ pure virtual class need a definition? +0.73
Is it well defined behaviour to save a destructor adress of an obje... -1.29
Can object's fields be cached by JVM? 0.00
Does C++ have a way to ignore an exception from a function? +1.21
c++: Writing to a file in multithreaded program 0.00
C++: vector.erase instance of a class with const int gives "at... 0.00
Can std::cin fail to pass a user input in the command line to a var... 0.00
Is getter method an alternative to volatile in Java? +1.69
why is begin() needed in std::vector erase? -1.63
Substring comparision with std::memcmp or string::compare? +2.84
Thread Safety in Concurrent Queue C# -1.04
How to convert uint8_t[][] to char[] in cpp 0.00
shared_ptr<T> to const shared_ptr<const T>& 0.00
Why std::make_unique instead of std::unique_ptr::make? -1.39
Is object slicing on purpose a viable technique? +0.66
Can this CStringArray be simplified using c++11? Is it worth it? 0.00
Why can [=] be used to modify member variables in a lambda? -1.36
Why is async considered better performing than multithreading? -1.04
C++ thread still `joinable()` after it finishes execution? -0.31
std::futures and exception 0.00
What is out-of-thin-air safety? +1.83
What is the best approach to send data in IOCP? -0.91
RAII, Berkeley Sockets, and STL Containers +0.51
Invalid use of move? -1.36
Why is my constructor involving a shared_ptr incorrect? -1.10
How should I store pointers in Qt? -2.02
Release Acquire Semantics to Compute Lower and Upper Bound of Average 0.00
Why would I std::move an std::shared_ptr? +0.11