StackRating

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

Eugene

Rating
1560.61 (5,482nd)
Reputation
78,069 (1,078th)
Page: 1 ... 25 26 27 28 29 ... 45
Title Δ
Converting triple list to a double list using flatMap -0.55
Does Java JIT cheat when running JDK code? -1.46
forkjoinpool in Java8 stream api is singleton? -1.71
Understanding order of elements in stream generated from HashSet +0.44
How do I concatenate all the elements of a String ArrayList using m... 0.00
Overhead: Convert Between Primitive Streams vs. Boxing -2.27
How does "Stream" in java8 work? 0.00
Why is it possible to pass method reference instead of converter in... -2.02
Java 8 Function class addThen default method -0.15
Do Java 8 Compilers optimize Static Methods on an Interface as &quo... 0.00
Generate infinite parallel stream +2.77
How to efficiently store small byte arrays in Java? +2.14
Java8 : How Stream works? 0.00
Java - Is it better to pass reference or work with hardcoded object... -0.64
How to write the clear() method in the list data structure? +0.28
How to dynamically add Predicate into List -0.52
Variable used in Lambda should be final or effective final while ca... -1.28
Partially sorting a list based on a boolean value -0.57
Java Function chaining 0.00
Cannot make filter->forEach->collect in one stream? +1.55
Java 8 modify instance from iteration 0.00
Specific Collection type returned by Convenience Factory Method in... -0.95
Container of objects indexed by definite field -0.24
What is the purpose of a static method in interface from Java 8? -1.53
Is it bad practice to use default common fork/join pool with Comple... -1.70
Transform List into Map using only two keys and odd or even list in... -1.76
Sorting with Java 8 by Field given as Input -0.32
Concise way of composing Java method references? -2.05
Map<String, Set<T> > to List in Java 8 0.00
How to create a Function2 instance using lambdas in Java? -1.93
Which collection - each operation's spliterator is iterating ov... 0.00
Split List or array on sign change using streams +0.98
Using temp variable using collectors +0.16
Implement predicate chaining based on different types -0.06
Performance of sequential stream 0.00
How to use a method reference on a static import? +0.34
how to get multi properties's mean values using java8 stream? +2.30
Which stream operations use `CONCURRENT`,`IMMUTABLE` and `NONNULL`... +1.77
Chain methods in Comparator.comparing of List in Java 8 +1.68
Array of size n to array n x 2 using Java 8 stream +0.47
Java 8 - Static Method Reference Rule -0.01
Time complexity of stream filter -2.19
Why does the empty() method (without any parameter) of java.util.st... 0.00
Create a unique list of values from a list of objects while checkin... -0.82
substring is not working -2.34
Why should one use Objects.requireNonNull()? -0.98
JAVA 8 Extract predicates as fields or methods? +0.40
How to optimize the unused space in the Java heap -0.49
instanceof operator in java with interfaces +0.26
QueryDSL JPA Insert 0.00