StackRating

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

Stuart Marks

Rating
1658.02 (453rd)
Reputation
90,203 (869th)
Page: 1 2 3 4 5 6 7 ... 11
Title Δ
Implement counting variable with lambda expression java +0.32
Generics friendly Type Handler map -0.39
Combining sub sets to larger sets if they share common value +1.58
Java 8 Stream vs Collection Storage +1.79
What is the most efficient List-Type for Java parallelStream? +1.42
Why parallel stream get collected sequentially in Java 8 +2.53
Lambda expression or Method Reference? 0.00
Join Lists of Same Object Type Using Only JDK8+ Lambdas -0.25
How to best create a Java 8 stream from a nullable object? -0.06
How to get ordered stream from a list in reverse order in Java 8 -0.10
static public methods and non static default methods in interfaces +1.39
Why does Map<K,V> not extends Function<K,V>? +2.12
How to force max() to return ALL maximum values in a Java Stream? +1.43
Concurrent queue consumption enigma in java 0.00
Any way to stream a map like "(k,v)" instead of working w... -1.52
ArrayList<Integer> takes String +0.34
Can a Collector's combiner function ever be used on sequential... +0.33
Performing more than one reduction in a single pass 0.00
Warning: [overloads] method m1 is potentially ambiguous with method... 0.00
Lazy field initialization with lambdas +0.88
How to make stream pipeline simpler +1.81
Splitting List into sublists along elements -0.21
What is the difference between .foreach and .stream().foreach? +1.28
Show deprecated warnings for methods of same class 0.00
TreeSet not adding all elements? +0.32
Parallel stream from a HashSet doesn't run in parallel 0.00
Difference between CopyOnWriteArrayList and synchronizedList -1.12
Implementing a non-parallel Spliterator for unknown size? +1.55
Iterator type in java (weakly consistent) 0.00
Data types for a concurrent method design -0.67
Unsplittable Spliterators +0.81
Naming java methods that return streams 0.00
Find the minimum element of a stream, but bail out early if it'... +0.33
Java 8: Preferred way to count iterations of a lambda? 0.00
Why setArray() method call required in CopyOnWriteArrayList +1.25
Is there a Java method that fills a List by calling a function many... -1.55
Unit test code with Java 8 Lambdas -0.03
Would it be a good idea if compiler resolved nulls when Optional<... +0.33
Is it possible to check a condition after every method in a loop? I... -1.30
Perform operation on n random distinct elements from Collection usi... +1.30
Java 8 stream aggregate a map +1.71
Throw an exception if an Optional<> is present +0.35
Is it a good idea to substitute Collection for Stream in return val... +0.34
Modify file using Files.lines 0.00
Why are Java Streams once-off? +1.30
Java 8 Supplier & Consumer explanation for the layperson +1.53
What does "Code as Data" mean? -0.08
How pipeline multiple maps in Java 8 +1.57
Can Stream#limit return fewer elements than expected? -1.42
Using a stream to iterate n times instead of using a for loop to cr... +0.37