StackRating

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

Matthieu M.

Rating
1635.79 (773rd)
Reputation
213,195 (208th)
Page: 1 ... 26 27 28 29 30 ... 64
Title Δ
How to zero out array in O(1)? +1.85
Suggestions for Sparse Vector implementation without usign outside... -1.68
Wrapping smart pointers with method replacement +0.69
Testing implementation over interface -1.39
Data structure for efficient function call matching -1.30
When should I really use noexcept? +1.12
How to avoid DOS attack in this code? +0.57
Pointers and performance implications? +1.00
Is it possible to attach a name to a runtime class in C++? -0.56
List implementation in C++ +0.39
Which is more memory/performance efficient for static error strings... +0.22
Libraries and exporting static variables in C++ -0.65
Performance issue C++ - searching through an array -1.45
Where to initialize random seed for use through multiple random mod... +0.02
If I specify a default value for an argument of type "std::str... +1.09
C++11 variadic templates: default index array value +0.41
how can i close files after open them in a function in c++ -0.15
What could be reason it crashes when I use vector::erase? -0.52
Sort multimap by count +1.62
At it's core, how is boost tuple implemented (without all the extra... 0.00
How to create an array of classes types? +1.75
is this synchronization object implementation thread safe? -1.09
C++ : inheritance without virtuality -0.08
How to avoid downcast? +0.36
Is a list implementation of binary tree scalable? +0.34
C++ Cartesian product iterator calling base class function on first... +1.68
C++ Memory Management Techniques/Practices -1.10
Compile-time search in static-array 0.00
using object reference as key in std::unordered_map 0.00
Are move constructors/assignment operators generated for derived cl... +2.12
How can I efficiently select a Standard Library container in C++11? +2.49
Can static class functions of a templated class be used without a t... +2.48
BOOST_FOREACH enters infinite loop when using "break"? 0.00
algorithm to remove elements in the intersection of two sets +0.00
enforce order of function calls? -0.58
Does new char actually guarantee aligned memory for a class type? -1.06
Fast to compile efficient sort algorithm (for JIT compilation) 0.00
Valgrind does not report memory leak on "delete array" -1.29
Rationale for C++'s std map insert semantics? +0.55
What's the timeline of a GC implementation in mainstream C++ compil... +1.27
How should I detect bottleneck of compile time in a large C++ proje... +1.06
Is there any way to compile additional code at runtime in C or C++? +0.32
Calculating a hash from a 6-byte field? 0.00
Error: "no match for operator+" , for list iterator -1.24
C++/compilation : is it possible to set the size of the vptr (globa... 0.00
Strings comparison in C++ 0.00
Why do a C++ regular expression code that works with "cmatch&q... 0.00
How to calculate that a B+ tree is O(log(n)) for lookups -0.13
Compilers that Learn 0.00
c++ variadic template, wrong parameter pack length? 0.00