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 5 6 ... 7
Title Δ
Convert BGRA pixel to grayscale -0.41
How to declare and define a static member with deduced type? 0.00
What is advantage of implementing inner classes as seperate classes... -1.94
How to define uint64_t constant? -1.17
Removing two's complement of an unsigned integer +0.46
Pointer negation in C++ (!ptr == NULL) +0.44
How can i optimse this part of code: 0.00
g++-floating point behavior with -O option not strictly C++11-stand... 0.00
Are inline variables unique across boundaries? +1.88
How to print the count of all distinct pairs that their sum equals... +0.46
C++: How to call member constructor outside the initializer list du... -0.61
Reusing a float buffer for doubles without undefined behaviour +1.46
Function that returns the size of the memory location occupied by v... 0.00
Why is gcc -O3 auto-vectorizing factorial? That many extra instruct... -1.29
If char can store a number in C++, why do we need int? 0.00
Strange issue with floating point accuracy on ARM64 -1.23
Is it guaranteed that C++ compiler won't generate branch if the... +0.44
How to check if exactly one bit is set in an int? -2.25
Gnu Scientific Library poor preformance compared to libc +0.46
Hashing string in cpp own version -0.55
Why pthread slow down the code? +0.47
On the implementation of std::string moves +2.22
how to access a variable when a global and local variable of same n... -0.01
Collision rate of two 32-bit hashes vs one 64-bit hash? (uncorrelat... 0.00
Is there still a reason to use `int` in C++ code? -0.19
c++ fastest way to check if char is vowel or consonant -0.78
Alignment of array with 0 elements 0.00
How to make a smoother Perlin noise generator? +0.47
C++ What's the best way to end this 8-Bit for loop -0.05
Right way to "reserve or shrink" a vector to a known futu... +1.69
Non local static viariable as members of a class 0.00
isnan does not work correctly with `-Ofast` flags -0.95
PRNG MTRand mt.seed() not working as intended (?) +0.47
Algorithm for accurate detection of overlap between a square and a... 0.00
Bitshifting long int returns wrong data 0.00
Does the size of vptr on 64-bit machines **has** to be 64 bits? -0.09
g++ warning: conversion to uint16_t from int may alter its value -0.55
Specializing a template method with enable_if -1.50
Weird Execution Times 0.00
Access members of class with pointer -0.00
Arbitrary type casting in C++ +0.47
In C++, does the size of an enumeration have to be equal to the siz... -0.07
Is it undefined behavior to read and compare padding bytes of a POD... +0.60
Is there a reason we cannot name a non-static member function in an... -1.01
Add noexcept on otherwise-non-throwing inline functions calling C f... -1.42
How/why is narrowing taking place in this code when float is conver... -1.62
Boolean values as 8 bit in compilers. Are operations on them ineffi... +0.18
Does typecasting enables the typecasted variable to use more bits t... 0.00
How do I optimize* this? +1.20
Finding the height of a BST without returning anything from the fun... 0.00