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 ... 27 28 29 30 31 ... 45
Title Δ
Argument Mismatch when using the collect Stream method -0.26
Turning an array of Java8 streams into a stream of tuples -0.42
Enforce specific Map implementation in Immutables 0.00
making stream Lambda Expressions in Java8 0.00
JAVA: Create a list with n Objects +0.72
Hack: Duplicates in java.util.TreeSet? +0.43
Replace this lambda with method reference 'Objects::nonNull' 0.00
Merging objects from two list with unique id using Java 8 +1.00
Why does Lucene use arrays instead of hash tables for its inverted... 0.00
Java8 Stream over a set consistency of the order +2.81
Why does Map.of not allow null keys and values? +1.40
Collect all values of a Set field +0.39
How to convert set to map with a set as the value in java 8? +0.44
Why populating priority queue in java using Offer() populates it in... -0.77
java 8 groupingBy list of list 0.00
Static methods in Java8 +1.03
Map to List after filtering on Map's key using Java8 stream -0.77
Java 8 isLeapYear implementation. What logical operator means? +3.03
Why paralel stream could provide not full list of elements +2.07
Analyzing of x86 output generated by JIT in the context of volatile 0.00
Issue with deserialization in dropwizard , cannot convert Immutable... 0.00
Immutable Queries 0.00
Conversion of List of CustomObject to Guava Table collection with l... -2.14
Why return (h = key.hashCode()) ^ (h >>> 16) other than ke... +0.00
Why HashMap uses TreeNode for not Comparable keys? 0.00
Streams :Collect with supplier and accumulator -0.66
Stream groupingBy by one field then merge all others +1.19
For loop optimisation with Java8 -1.16
equivalent expression of nested multiple array iteration with java... +0.45
check for null using conditional operators in java -0.38
Compare and Swap on x86 - why is it a full barrier? 0.00
what is the use of AtomicInteger inside lock -0.68
Java stream that is distinct by more than one property +1.34
Divide LongStream into substreams with maximal length -0.38
What do the Stream reduce() requirements exactly entail? +1.07
what is the difference between a stateful and a stateless lambda ex... +0.20
Why is logarithm slower in Rust than in Java? -0.47
can i convert any lambda expression into method reference 0.00
Average difference between elements +1.61
sort only the positive value and remain the negative value with it&... -1.17
Is sort applied before map in Java Streams? -0.11
Find index number of the number closest to 32 in an array in Java -0.22
Overwriting values in a HashMap that are in an ArrayList<String&... -0.91
Split a list into sublists based on a condition with Stream api +0.01
Search in large CSV as fast as Guava Splitter +0.98
How do I filter a stream of integers into a list? -0.95
How does & bit operator work here? -1.88
Is it possible to find out if some list is fixed size or not? -1.72
java 8 findFirst vs map on optional +1.08
Encounter order friendly/unfriendly terminal operations vs parallel... +0.40