StackRating

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

Jeff Garrett

Rating
1561.70 (5,295th)
Reputation
942 (162,642nd)
Page: 1 2
Title Δ
Map of function pointers to member functions -4.05
overflow in implicit constant conversion [-Werror=overflow] in clas... 0.00
Best way to pass a mathematical operator through method parameters +3.95
std::is_copy_constructable for std::vector 0.00
Calculate bond yield to maturity (YTM) in C++ 0.00
std::memory_order and instruction order, clarification -1.86
How to rebind a custom allocator? 0.00
does linkage rules apply to namespace just like global names? +0.75
Best practice for will-move-from parameters 0.00
garbage send from python3 client to cpp server -2.27
Convention for taking lambda as parameter -1.06
What is the difference between sequential consistency and acquire/r... +4.75
Check if class of one object is derived from class of another objec... -0.28
My threading function doesn't stop the thread I want 0.00
compile-time function choice depending on type size +1.41
How are MT programs proven correct with "non sequential"... 0.00
Lambda genericity in C++ +2.03
{fmt}: Compile-time string format check doesn't work 0.00
Hinnant's stack allocator with boost rtrees: compilation failure 0.00
Overload resolution finds functions after template instantiation po... 0.00
Specification of lambda's return value doesn't work -3.54
Why doesn't std::string_view have assign() and clear() methods? -0.77
Strcmp like behaviour applied on list of objects in C++ +4.30
Should setters of PIMPL classes be const member functions? +3.85
What purpose does `gsl::string_span` aim at? 0.00
How does template type deduction work with an overloaded function a... 0.00
Using virtual objects with shared_ptr/unique_ptr in a container class 0.00
shared_from_this() returns std::shared_ptr<const X>, not std:... 0.00
How does C++ compiler optimize stack allocation? 0.00
Why are these 8 byte-writes not optimized into a MOV? 0.00
Python __init__ Compared to C++ Constructor -3.59
initialise derived classes from base class -2.23
C++ - how is is_default_constructible implemented? +5.80
Why is passing by value (if a copy is needed) recommended in C++11... +2.90
Assigning an exact representation to a floating point value +3.94
Is "auto" safe from the integer overflow in C++17? 0.00
Template member variable typed like generic function 0.00
Array Initialisation Compile Time - Constexpr Sequence -2.15
C++ ranges-v3 concepts::valid_expr checks, with trailing ", 42... 0.00
How to pass a const variable in a function? +2.64
How to safely access every n-th element in a container in a succinc... -3.22