StackRating

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

aaronman

Rating
1489.31 (4,426,375th)
Reputation
14,767 (9,575th)
Page: 1 2 3 4 ... 7
Title Δ
Does groupByKey in Spark preserve the original order? +0.01
Can I plug in a different DFS instead of HDFS with Hadoop? +0.65
sortByKey in Spark 0.00
Can Hadoop distinguish different salve nodes and designate each nod... 0.00
Why is the Partitioner invoked even with a single reducer -1.79
Is this method a case of recursion or an Iteration? +0.02
Add std::pair with + operator +1.01
boost::geometry::intersects doesn't work for different geometry typ... -0.20
Generate a valid expression that computes to given N 0.00
When should I use decltype(x) instead of auto to declare the type o... -0.43
Can I define a variadic template function on a single type? +0.53
How to restrict a template class to except only enum data type +1.42
Deducing type for overloaded functions - currying -0.30
Find all Combinations of Charset +2.79
Why "universal references" have the same syntax as rvalue... -0.92
Can a variadic template match a non-variadic template parameter? +2.34
c++11 vector of threads as class member 0.00
Pass multiple arguments into std::thread +0.47
Do I have to overload every operator for a class to behave like one... 0.00
Sort booleans, O(N) time, O(1) space +0.53
How do I write a map literal in C++11? +0.54
Performance hit of static_cast pointer types? +0.74
Are thrown exceptions documented in Boost libraries? +2.00
C++ declare a priority queue in an else/if? +2.60
Disk based STL replacement for c++ -0.47
If I capture by value and don't use it will I still get a copy? 0.00
Is it good style to use lambda functions to define very small helpe... -0.54
Why can std::vector be more performant than a native array? +1.93
C++11 multiple read and one write thread mutex +1.44
Heap and delete in function calls. How do I delete local dynamic me... -0.09
Defining a unique pointer in a header file with a custom deleter de... -0.17
C++14 variable template with default template parameter? +0.50
How to derive from a nested class of a variadic template argument? +0.67
How do I pass a template super class type to a template base class? +0.05
How do I stop the iteration a for_each() loop? for(:) is not a viab... +1.82
ignore sub-pattern matching notation in c++11 0.00
Life time of function argument in c++ +0.24
C++ template function type deduction -1.67
C++ is it a bad idea to serialize in the destructor, and if so why? +0.12
Why does having a base class disqualify a class from being aggregate? +1.27
Return type deduction for class methods? C++1y 0.00
Efficient algo to find number of integers in a sorted array that ar... +0.22
Insert into vector having objects without copy constructor +0.78
std::vector<Foo> when some members of Foo are references +1.53
Range-based for loop and std::vector: are elements processed in ord... +0.58
What does C++11 consider to be a "thread"? +1.44
"no known conversion" error, even though the conversion o... 0.00
How is the internal implementation of LinkedHashMap different from... -0.27
std::thread and input with std::cin in an opengl application 0.00
Why does `bool b = 2` work well but `bool b = {2}` yield a warning... +2.49