StackRating

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

Holger

Rating
1751.52 (41st)
Reputation
184,241 (270th)
Page: 1 ... 21 22 23 24 25 ... 74
Title Δ
Why does adding this defensive copy avoid deadlocks? -2.06
why AbstractQueuedSynchronizer's subclass should be internal cl... +0.52
Run IO computations in parallel in Java8 0.00
Copy 2D array in Java using streams -1.78
Transform only one class quickly using a Java Agent 0.00
Why there is a useless(in my thought) dup2 in CgLib BeanCopier 0.00
Finding the correct random seed number in a parallel execution of s... +2.21
Stream filtering for best match +0.11
Are objects that have no state always visible when published? +1.73
Unable to convert char[] to stream in java 8 +0.82
java - what does synchronized really do according the java memory m... +1.47
Create a stream of custom alternating numbers -0.11
Avoiding volatile reads in thread-safe memoizing Supplier +0.28
What is the maximum number of fields a Java class can have? -0.47
How to get Item from set based on parameter using Java8 features +1.13
Replace lambda with method reference in flatMap during array mapping +0.48
Is it ok to Serialize Value based objects if the application never... 0.00
Java 8 Streams: How to read lines between two lines specified by li... +0.29
ExecutorService.invokeAll(timeout, TimeUnit) vs Future.get(timeout,... +1.19
Java Swing: getAncestorOfClass() not working as expected 0.00
ArrayBlockingQueue in which queue head is removed if the queue is f... 0.00
Java - Display n set of records from the list? -0.05
Better way to create a stream of functions? -1.49
Why Java 8 Stream interface does not have min() no-parameter version? -0.54
How to handle split Streams functionally -2.69
Mapping of Constant pool and method Area +0.28
Method reference of an object in variable vs. returned by method +0.27
how use only higher-order functions to check if the return of web s... +1.15
Is collectingAndThen method enough efficient? +1.15
Java 8 , convert hashmap program in Lambda -2.59
Is an item in a HashMap garbage collected after being nulled? 0.00
Why is Collections.synchronizedList(list) internally using the inst... -2.72
The probability distribution of two words in a file using java 8 0.00
Java write exe file -1.30
Get each object within depth object +0.28
How object allocated in the heap measuring time? -0.24
How to convert specific algorithm with streams +0.85
Using thenAccept after supplyAsync blocks the main thread -2.67
find the string with maximum number of lower case characters in jav... -0.39
For Stream.generate(foo).parallel(), does foo have to be thread safe? -1.20
If a class dependency is missing, how can I determine which class i... +0.26
Optimization of long method chain in Java -3.06
Java thread.getContext().getClassLoader() uniqueness 0.00
Converting List<Map<String, List<String>>> to Str... +0.27
Java 8, Lambda: Sorting within grouped Lists and merging all groups... +0.82
getting the number of local variables in a method 0.00
Stream and Filter operations on a Map -0.44
in Java is variable memory space allocated dynamically or statically? -1.40
Java8: Implement multiple conditional statements with stream API +1.22
Combine two collections with predicate using Stream API +0.82