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 2 3 4 5 6 7 ... 45
Title Δ
WeakHashMap how is the entry _actually_ found after the reference i... 0.00
OutOfMemoryException despite using WeakHashMap -0.48
How to properly read some parts of the logging from GC with "-... 0.00
Is there a way to coalesce repeated numbers in a list using streams... +1.50
Are Custom Exceptions really needed -0.15
How do I add up and remove repeated objects from ArrayList? +1.48
How to forward pointers from register in a copying garbage collector? -1.16
WIth the G1 Collector, Can one array object be allocated to different 0.00
java garbage collection about ZGC and G1 0.00
What does the garbage collector do if only one instance variable of... +0.40
Java Get All Working Days in a year in YYYYMMDD format +0.69
How much headroom to leave between Java Xmx and Docker container RA... -2.02
Why does negate() require an explicit cast to Predicate? +0.03
I want to print hi GrandFather;but it seems to print hi father -1.18
Sorting, grouping, and counting dates using the java Stream API 0.00
Java generic type issue -0.82
In a Java 8 stream, how to filter out Strings that aren't valid... -0.08
Why do we need the "sweep" during mark-sweep Garbage Coll... -0.08
OpenJDK 1.8.0_242, MaxRAMFraction setting not reflecting 0.00
Does exist some official document to introduce the gc log? 0.00
How to convert List into HashBasedTable using Java 8? -0.10
Does the JVM keep its time synced with the OS? -0.75
What are memory fences used for in Java? 0.00
Java process consuming 90% of swap space 0.00
How to warm up java classes to avoid slow first call? -0.60
How will Thread.sleep behave if a full GC occurs during the "s... +0.21
When will G1 GC allocate objects in old generation directly 0.00
JVM - young generation and old generation ratio/allocation 0.00
If Java's generational garbage collectors traverse the graph of... -0.11
When will G1 GC trigger initial-mark besides IHOP 0.00
Garbage Collection Never Runs for Springboot Maven Project 0.00
Saving to database in stream pipeline +1.60
How to use groupingBy, sort and reduce on a List of objects in stre... +2.47
Times in G1GC logs 0.00
Do stream operations in a parallel stream wait untill the previous... +0.80
Instantiate a java Collector<Row, ?,List> to call prepared st... 0.00
Is there a nice way to filter a list using streams and get a list o... +0.40
Full GC (Heap Inspection Initiated GC) +2.20
Availability of Shenandoah 2.0 in JDK -1.72
Questions about g1 gc on pre write barrier 0.00
jstat : Survivor and Eden Space capacity decrease over a period 0.00
Impact of Java streams from GC perspective or handling short-lived... 0.00
Count Duplicates in Java 8 using Streams Based on Field -2.61
Why does Collections.unmodifiableMap not check if the map passed is... -1.44
Use Guava's ImmutableSortedMap as a frequency map +0.45
Does G1GC release back memory to the OS even if Xms = Xmx? 0.00
Java object is gc-ed when it's still linked with a strong refer... -2.41
do we need volatile when implementing singleton using double-check... 0.00
How to get the indexes of the elements in a Stream? -1.23
Convert String to two Strings with stream +0.73