StackRating

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

Cort Ammon

Rating
1527.10 (21,479th)
Reputation
5,627 (29,174th)
Page: 1 2 3 ... 4
Title Δ
For computational programs, how much RAM is too much? 0.00
C++ std::pair<T,T> variadic template 0.00
Is it OK for a class constructor to block forever? +0.24
How does the scheduler interrupt the CPU? 0.00
How to measure sequential memory read speed in C/C++ 0.00
Why does this C++ data member declaration contain an ampersand? 0.00
Template-defined number of template parameters (very meta) -1.90
Can partial template specializations be combined to produce implici... 0.00
How to create a float with value after mantissa? +0.71
std::cout is thread safe, but can cause race conditions? -0.94
Why is the complexity of BFS O(V+E) instead of O(E)? +0.47
What's the difference between unique_lock and shared_lock in C++ 0.00
In C++, why do virtual functions disqualify class type as aggregate? 0.00
Why design a language with unique anonymous types? +1.86
Is it possible for a missing #include to break the program at runti... +0.24
How to signal the worker threads that there is some work to be fini... +0.46
Why should I always enable compiler warnings? +0.56
Is the difference between the addresses of a function's paramet... +2.63
Is there a performance difference between multiple "if" s... +0.43
Is there a C++ design pattern that implements a mechanism or mutex... -0.61
C - access memory directly using address? -0.06
Why are types always a certain size no matter its value? -0.14
When should one implement a simple or advanced sorting algorithm? +0.99
Given a string of a million numbers, return all repeating 3 digit n... -0.60
Trying to reference a variable before assignment inside a recursive... 0.00
How can I remove too close points in a list 0.00
Multithreaded Python tcp server with local forwarding 0.00
Appending a C-array to a vector in reverse order in C++98/03 withou... -1.31
How to undeclare (delete) variable in C? -1.39
RAII vs. Garbage Collector +0.39
why in reverse function it work normal without using for loop for n... 0.00
Is there a limit to the number of nested 'for' loops? -0.88
Optimal way to introduce data in a Trie? (C++) 0.00
How to pass SIGALRM to a program which completes execution within m... -0.46
At what point in the loop does integer overflow become undefined be... +0.02
Is the copy constructor of `std::shared_ptr` atomic versus `reset()`? +0.78
How to catch undefined preprocessor macro with gcc? +0.90
Is using non standard English characters in c# names a bad practice? +1.30
How to cleanse (overwrite with random bytes) std::string internal b... -1.53
binary search with duplicate elements in the array -1.87
Trouble with nested while loop -1.64
How compiler like GCC implement acquire/release semantics for std::... -0.12
Modern double reference 0.00
Is the order of evaluation with comma operator & assignment in... 0.00
how to find repeated sub sequences of numbers in big string of numb... -0.54
What is the address of a function in a C++ program? +0.69
Is this technically an O(1) algorithm for "Hello World"? -0.33
Why are two raw pointers to the managed object needed in std::share... +0.16
In C++, should I bother to cache variables, or let the compiler do... -0.32
mutex.try_lock() lets multiple threads hold the lock simultaneously +0.46