StackRating

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

user541686

Rating
1517.31 (38,033rd)
Reputation
132,504 (472nd)
Page: 1 2 3 4 ... 25
Title Δ
Is there an efficient way to make reference to constants actually c... +0.39
Are there any cases where you would prefer a higher big-O time comp... -0.15
Is this simple C++ program using <locale> correct? -0.55
x86_64 - Self-modifying code performance -1.40
Resolving ambiguity of the grammar 0.00
Returning arrays in methods generates garbage? -0.33
Dynamically resizing a struct in C +1.64
Why is calling lambda function faster than calling a regular function -1.79
Proper support of volatile qualifier of member functions in STL +1.79
How to obtain GetProcAdress and LoadLibrary without them? +0.46
avoid cost of std::mutex when not multi-threading? +0.58
Does "Undefined Behavior" really permit *anything* to hap... +0.86
Why does std::unique_lock use type tags to differentiate constructo... -0.53
Use of observer_ptr -0.86
For for an SSE vector that has all the same components, generate on... -0.06
Is there a technical reason to use > (<) instead of != when i... -0.13
Is there a way to set minimum size without WM_GETMINMAXINFO? 0.00
Difference between sampling with replacement vs without replacement... -0.04
Why does '12345'.count('') return 6 and not 5? -0.84
Is there a syntax for incomplete nested type without a forward decl... +0.41
Why would down casting be a bad practice in C++ and not in another... +1.20
What is "allocation context"? -1.25
Why the libc++ std::vector internally keeps three pointers instead... +1.30
Computational Complexity of Higher Order Functions? -0.08
Why can not decode persian character from csv file with c#? -0.02
C++11 vector constructor copy vs range? -0.82
GLibc optimizations required +0.44
Boost.Intrusive and fast_pool_allocator 0.00
Any ways to run program debugging in Visual Studio on NVIDIA graphi... -0.29
Why realloc() is so badly designed? +0.45
How to dump std::vector<bool> in a binary file? -0.08
Difference between "ps -o" and "ps o" -0.54
OpenGL: Why triangles are chosen as basic building blocks? 0.00
Rarely executed and almost empty if statement drastically reduces p... -0.88
Good hash function for list of integers where order doesn't cha... -0.20
In C, is it ever O.K. to increment an uninitialized int? +0.54
How to fast identify contiguous range of 1’s(Index) in huge binary... -0.55
Is there a cheap way to "mirror" the bits in a byte? -0.90
why is std::cout convertible to void* if using g++? -1.10
How to kill my program IMMEDIATELY -1.01
How to cast a generic object of type A<T> to A<T'>? -0.29
Does a raw array have any advantages over a std::array? 0.00
(why) is FSCTL_SET_OBJECT_ID dangerous? +0.46
How to initialize the dynamic array of chars with a string literal... -0.55
gcc4.9.2's libstdc++ implementation of std::vector inherits fro... -0.52
Large Integer Arithmetic - how to implement modulo? +1.28
How to check whether two lists are circularly identical in Python +0.55
Removing the redundancy in Python's 'print' with intros... +1.99
Is accessing a global array outside its bound undefined behavior? -1.21
Fastest way to convert ubyte [0, 255] array to float array [-0.5, +... -0.03