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 ... 11 12 13 14 15 ... 74
Title Δ
Java writing a list of strings to a file, but the file is empty +0.23
Should I use try-with-resource in flatMap for an I/O-based stream? +1.46
Memory leak of java.util.ref.Finalizer while Finalizer thread is wa... 0.00
Java 8 removing an item from array/array list based on regex +0.79
Ambiguity error while trying to print result of JAVA8 Collector +1.03
Stream.findFirst different than Optional.of? +1.10
Use cases of jvm dup instruction +1.20
Filter a list of strings which contains one or more strings from an... +1.39
Java8 Hashmap rehashing in case of returning constant hashcode +0.91
How sort N files +0.30
Access and modify the next entry set while iterating a map in Java -0.31
Why does this code fail to compile, citing type inference as the ca... +0.26
Lower bounded wildcard (Comparable<? super K>) +0.21
How can I force release soft reference +0.63
Fastest method to find a fileName from a pattern in nio or file obj... -1.99
Patching java.base results in java.lang.LinkageError 0.00
Is String concatenation on assignment efficient? -0.75
Returning index of the list while updating the count of Comparator... -1.16
When would a JVM store member variable references on the stack? +0.27
Helper method that returns a thing, or causes a return in the calli... 0.00
How to produce code in Java 11, but target Java 8 and above? 0.00
GC overhead of Optional<T> in Java 0.00
Remove extension from file name with help of stream +0.57
Filtering a list based on a fluctuating number of conditions -0.36
What does IF_ICMPNE mean? +1.02
Adding arbitrary Number class vars +1.44
In java streams using .peek() is regarded as to be used for debuggi... +1.03
What sets an "interface name" apart from a "class na... 0.00
finally block equivalent for exception handling in CompletableFuture +1.08
How to convert a date time string to long (UNIX Epoch Time) in Java... +0.05
CompletableFuture issue with UUID.randomUUID() 0.00
Stack=4 in Java bytecode. How does the Java Compiler compute the 4... 0.00
Future.cancel() followed by Future.get() kills my thread 0.00
How to unit test CompletableFuture.thenAccept() by avoiding manual... 0.00
Why is multi-threaded with CompletableFuture slow as compared to si... +0.76
Generic way to update pojos via getters and setters 0.00
Why does finalize() execute only after new object is created, but n... 0.00
Java - Does the package statement is removed in .class file? -1.11
Are there any direct or indirect performance benefits of java 8 seq... +1.49
How to expand the module path at runtime +0.27
Lambda stack trace missing when using NativeMethodAccessor instead... 0.00
how to avoid use of toString().getBytes("UTF-8") to avoid... -0.23
Pattern to split string and store in HashMap Java 8 +0.16
Invert Map with list value Map<Key, List<Value>> to Map... +1.01
Is there a faster way to parse a string for valid integers in Java? +0.28
ForkJoinPool performance Java 8 vs 11 -2.17
Java SoftReference strange behaviour +0.66
How can I load classes into an running Java Programm 0.00
What is the role of the class in which the main method is wrapped? -1.18
How can I use an IntStream to sum specific indexed numbers of an in... +1.45