StackRating

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

geza

Rating
1545.07 (9,560th)
Reputation
13,109 (11,083rd)
Page: 1 2 3 4 ... 7
Title Δ
Why is an integer array search loop slower in C++ than Java? +0.09
Float to string without rounding -0.78
is there no floating point error on a / b == ka / kb? -1.84
Is there some meaningful statistical data to justify keeping signed... -0.65
Comparing two values in the form (a + sqrt(b)) as fast as possible? +1.04
Instantiating nested template function in template class 0.00
Two 4-bit bitfields don't add up to size of one byte - how to f... 0.00
When does implicit type conversion occur in C++? 0.00
Is it safe to link gcc 6, gcc 7, and gcc 8 objects? +2.53
Numerical accuracy of pow(a/b,x) vs pow(b/a,-x) +0.86
How to pass a member function to another function? -0.06
Understanding branch prediction efficiency 0.00
removing constexpr from a variable capturing a constexpr function r... -1.97
constexpr vs repeated function calls performance -0.01
Why does the MSVC compiler give access to this private function wit... 0.00
Pointer output issue in C++ +1.75
Why are the outputs of printf and std::cout different? +2.34
Why are the template parameters required when defining member funct... +0.43
Why does this incorrect std::function initialization compile using... 0.00
What is the difference between D and E notations when used in C++? 0.00
How to write a standard-like function that has high overload priority +0.63
Fast way to get a close power-of-2 number (floating-point) -0.01
Is hardcoding least significant byte of a double a good rounding st... +0.98
Does endianness affect writing an odd number of bytes? -2.19
Add offset to pointer without casting to UINT +2.32
Casting from (long)double to size_t 0.00
How to use quaternions to describe a rotation angle which is more t... +1.12
Ray Tracer Shadow Problems 0.00
Standard-layout and tail padding -1.29
Separating axis theorem falsely triggers 0.00
Why does GCC optimize out assignments here? +0.43
Reasons for defining non-const 'get' member functions? -1.66
Union of two std::vector Read Access Violation 0.00
Short and elegant way to do typecasting in C++? +0.53
Extracting first parameter of __VA_ARGS__ -0.50
How to improve logic to check whether 4 boolean values match some c... +0.41
auto and delctype(auto) type deduction example 0.00
Why does converting an large double to a uint16_t with optimization... 0.00
std::abs(std::complex) too slow -1.96
Is there a way to specify an enum-class value without having to typ... -0.82
Finding 4th vertex of a rectangle +0.45
Explicit specification of the double precision representation used... 0.00
How to declare a std::array of variable length globally and get its... 0.00
What is the difference between the following declarations? +1.84
SSE addition is slower than + operator +1.52
C2440 static_cast cannot convert from base class to derived class +2.79
Extracting bits one by one from 64 bit integer +1.70
How to deal with -Wreturn-type for switch over C++11 enum class? +0.34
I compiled this seemingly incorrect code, but I don’t understand why +1.18
C++ randomizer - first random number always a factor of 7 0.00