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 ... 21 22 23 24 25 ... 64
Title Δ
Is std::unordered_set contiguous (like std::vector)? +1.33
What are the dangers of forward declarations? +1.64
How to check the size of struct w/o padding? -0.20
Trouble implementing a line-by-line file parser in C++ -1.52
Using a namespace in place of a static class? +1.44
When to use boost::optional and when to use std::unique_ptr in case... +1.53
logging dynamic data in c++ 0.00
Forward declaration of a class in a namespace 0.00
Compile-time (constexpr) float modulo? -1.40
How to make generic computations over heterogeneous argument packs... -0.26
Most efficient way to assign values to maps +0.96
How to extract the highest-indexed specialization from a structure? -1.91
c++11 regex slower than python -0.64
How to use clang++ with -std=c++11 -Weverything -Werror 0.00
Seg fault unique_ptr with factory design attempt -0.08
How to define a macro that defines a function that calls itself? -1.21
Returning container from function: optimizing speed and modern style +1.77
C++: Fastest method to check if all array elements are equal -0.74
Using C++11 Range For To Replace All Characters In A String +1.84
__func__ and logging +1.86
Pros/ Cons of using one big include file -1.45
How can I hide a class in C++? +2.00
How to check for memory leaks in a large scale c++ Linux application? +0.60
How do I make virtual methods of classes that inherit the same base... -0.91
how to deal with situation when function has lot of params and clie... +1.32
Dealing with deque block size causing performance issues -0.30
Can friend class be declared conditionally in C++03? -0.02
Enum class performance when array indexing +1.31
SFINAE with variadic template classes? -1.44
Declarator modifier position in variadic templates -1.41
Why a simple mention of base pointer/reference in subsequent privat... +0.26
Is an implementation of std::tuple allowed to fail with triggering... +2.31
Linked list implemented on types being differently templated 0.00
I want to kill a std::thread using its thread object? +0.48
"vtable" linker error (involving a virtual destructor wit... -0.35
Remove characters from std::string from "(" to ")&qu... -1.34
Serialization of STL unordered_map 0.00
Class methods VS Class static functions VS Simple functions - Perfo... -0.57
Map C++ enums as const char* -0.39
overriding push_back c++ +1.09
Are Exceptions in C++ really slow +1.04
Efficiently Searching for Partial Match in Large String Database -1.56
CRTP and default assignment operator +0.45
How exception-safe is std::tie? 0.00
Is derefrencing ptr while logging error wrong design? +0.98
How to find if a variable is allocated in stack or heap? +1.15
Why C++ virtual call is not much slower than a non-virtual one? -0.19
Error handling in C++, constructors vs. regular methods +0.16
Compiler switch to force local variable initialization in C++ 0.00
Insert dynamic size object at arbitrary position in file +0.17