StackRating

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

Daniel Langr

Rating
1535.23 (14,512th)
Reputation
7,231 (22,126th)
Page: 1 2 3 ... 8
Title Δ
What's the age before __STDCPP_DEFAULT_NEW_ALIGNMENT__ appears -0.55
Why is the standard "abs" function faster than mine? +1.34
Can b&&0 be optimized +2.14
standard library not raising error for duplicate definition -1.77
Data insertion and deletion speed of queue in STL of c++ 0.00
Correct way to start a function object thread in C++? 0.00
C++ program not working for large input (logic_error, _M_construct... 0.00
Is a vector of arrays contiguous? +2.31
How does OpenMP use the atomic instruction inside reduction clause? -0.77
Seemingly compiler-specific failure to convert 64 bit bitset to bin... 0.00
C++ std::length_error when using ternary operator? 0.00
Difference between #pragma omp parallel and #pragma omp parallel for -1.99
declaration requires an exit-time destructor [-Werror,-Wexit-time-d... 0.00
How to resize a std::vector<std::queue<std::unique_ptr<int... +0.44
Heap allocations in string class in C++ 0.00
How to create array of templated objects without dynamic allocation +2.38
why does nullptr not require header while nullptr_t does +1.10
The best way in C++ to cast different signedness types each other? +1.36
Function call in for loop declaration -0.96
Passing object to a function in lambda std::thread (C++): attempt t... 0.00
template constexpr endian converter (without UB) 0.00
Can I initialize a constant integer with a L-value? -1.83
trying to parallelize my code however when I run it, it never gives... 0.00
Storing an std::assume_aligned pointer C++ 20 0.00
How can an instance add itself to a vector? +2.29
template deduction failed for std::plus 0.00
Why having jobs and waits for them in other thread cause whole appl... 0.00
Reason why int(*g)(int) into int(*h)(char) causes error? -0.83
C++: get int from any place of vector<byte> 0.00
Why does a friend operator require const-ness on its operands while... +2.28
Is there a way of using `std::optional` optionally for all the memb... 0.00
Error during compiling of simple boot_mpi scatter program: no seria... 0.00
For loop using string.length() +1.23
A question about atomic operation and its c++ exposition 0.00
Can unused function-arguments become optimized away? +0.38
Why does std::tuple break small-size struct calling convention opti... +0.45
Some confusion with pointers in C++ (PPP2 Chapter 17,Exercise 11) -0.04
When is a floating point operation 'invalid'? 0.00
Sampling conditional distribution OpenMP +0.46
Update variable every time I run the function -0.99
OpenMP thread initialization and de-initialization before doing work 0.00
sample void_t example does not compile with intel compiler 19.0.4 0.00
Optimize memcpy on Windows (MSVC++) -0.62
Kindly explain problem in following function template declaration (... 0.00
What is the difference betwene int *p and int * p = new int; -0.01
OpenMP: how to realize thread local object in task? 0.00
Create repeated declaration -0.96
std::vector reallocations in transactional way: copy and move const... 0.00
unordered_map excess calls to hash function +1.70
What actually happens when copy initializing in C++? -0.88