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 ... 12
Title Δ
Can std::atomic be used sometimes instead of std::mutex in C++? 0.00
atomic operations and visibility in C++ 0.00
Dump std::unique_ptr<uint8_t[]> content to file +1.93
C++ coroutines: Is it valid to call `handle.destroy` from the final... 0.00
Cppcoro not accepting result from an constom awaitable struct 0.00
Why not use std::memory_order_acq_rel +1.68
Is it OK for a class constructor to block forever? +1.59
What is the difference between load/store relaxed atomic and normal... -0.04
C# marshalling for HANDLE and CRITICAL_SECTION -0.52
C++20 std::atomic<float>- std::atomic<double>.specializ... -1.96
Is an entirely new class compiled for each differently sized std::a... +0.26
Why did C++11 make std::string::data() add a null terminating chara... -0.32
Will JVM threads always maintain their mapping to OS threads -1.31
Blocking IO-Operation in Single core machine +0.47
Does modification order contribute to happens-before relationship? -0.86
How to get virtual destructors to be called in C++? +1.91
constexpr version of ::std::function 0.00
Using std::string as a generic uint8_t buffer -2.10
std::move() with different data types -1.56
Is a object of std::string really movable? 0.00
Who creates the Threads? Programmer, OS, Compiler OR Programming La... +0.47
Receiving http requests with winsock -0.05
templated generic setter for unique_ptr<T> member +0.36
For what purpose non-virtual method will be used with C++? +1.11
winrt/c++: await result from dispatched task 0.00
Speed up std::cout logging with stringstreams -1.75
What will happen if two atomic fetch_add execute simultaneously? 0.00
Array.of() vs new Array() -0.57
Do I need an atomic type in shared memory in this particular case? +2.00
Do I have to own the "end" pointer for end() when impleme... +2.09
Why isn't argument deduction allowed in function return type? +2.47
Does CPU waste time on a java thread thats blocked for IO read/write? 0.00
Violating Liskov substitution principle by additional conditional l... +0.04
Who is the creator of a std::future? -1.44
Pass pointer to temporary in c++ 11? -0.61
Is it always necessary for a notifying thread to lock the shared da... -1.84
In winapi, using restsdk, error 0.00
Wrong std::condition_variable example on cppreference? 0.00
std::function function vs function pointer 0.00
Why Node.js libuv thread pool execution is not concurrently? 0.00
How to Destroy a thread object 0.00
questions about the implementation of Complex in c++'s library? 0.00
Why doesn't _com_error derive from std::exception or std::runti... 0.00
How std::packaged_task works +2.42
CreateThread() does not work 0.00
_declspec(align(16)) does not align the pointer to 16 bytes 0.00
How to optimize directory listing from list of paths? +1.68
How can I use a member function of a forward declared class? +0.76
Sleep an Async Task -1.73
c++ - vector of atomics fully thread safe? -0.12