StackRating

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

Brian Goetz

Rating
1697.87 (159th)
Reputation
59,329 (1,571st)
Page: 1 2 3 4 5
Title Δ
Java 8 Supplier with arguments in the constructor -0.59
Iterator versus Stream of Java 8 +1.86
Reusing part of Stream mapping and filtering to compose two differe... 0.00
Multiply & Sum two ArrayLists in Java8 0.00
What is the advantage of using annotation over interface type? +2.19
Using multiple map functions vs. a block statement in a map in a ja... +0.29
Understanding wildcard-constraint <? super T> +1.71
Why this while loop cannot print 1,000 times per seconds? +0.64
Weird implementation of tryAdvance in Spliterator.OfInt +1.89
Java heap dump analysis for lambda expressions 0.00
Stream.skip behavior with unordered terminal operation +2.14
collect a synchronized arraylist from streams in java 8 +0.44
Why use reflection to access class members when MethodHandle is fas... +3.26
How to Group Objects in a List into other Lists by Attribute using... -1.56
Java Streams API summing Lists at index 0.00
Why don't primitive Stream have collect(Collector)? +3.43
Why is the combiner of the Collector interface not consistent with... +3.19
Why does lambda translation need generation of a static method? +2.73
Why IntStream.range(0,n) in Java 8 shouldn't be parallel? +2.30
What was the design consideration of not allowing use-site injectio... -1.02
How do Java 8 array constructor references work? 0.00
Exception thrown from Parallel Stream.forEach +2.46
Java 8 - Generic Supplier 0.00
Using the same list with streams twice in Java +1.90
Why doesn't Java close() stream after a terminal operation is i... +2.59
Optional vs throwing an exception +0.14
Java @Contended with class hierarchy 0.00
Adding new value to existing Stream +4.51
Java 8 default methods as traits : safe? 0.00
Is ExecutorService the most light-weight approach to parallel execu... 0.00
Using ExecutorService to repeatedly perform a number of similar tas... -3.45
How specialized are the Stream implementations returned by the stan... +2.63
Does a good use case exist for skip() on parallel streams? 0.00
Java 8 convert Map<Department, List<Person>> to Map<... +3.66
Java 8 Stream utilities for input data 0.00
Can a Java 8 `Stream` be parallel without you even asking for it? +3.18
How to compute average of multiple numbers in sequence using Java 8... -0.69
How can I throw CHECKED exceptions from inside Java 8 streams? +1.87
Java 8 Streams : build multilevel / composite objets -4.04
Java8 lambda reference to a field -3.31
Java 8 Reducing Collector Identity Value too Limited? +3.08
Why does Java 8 not allow non-public default methods? 0.00
What should i use to solve this multithreading issue in java? +2.55
Calling stream().reduce() on a list with only one element +0.21
How can I run a single function on the opening of a Java 8 stream,... +2.62
Why do the new Java 8 streams return an Object Array on toArray cal... -2.40
How to declare generic method in Java +2.81
Unexpected parallelstream performance in Java 8 +2.72
Why did Java 8 introduce a new "::" operator for method r... -0.61
Null check in Java 8 Elvis operator? 0.00