StackRating

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

maaartinus

Rating
1520.20 (31,490th)
Reputation
27,577 (4,575th)
Page: 1 2 3 4 ... 17
Title Δ
How much sleep time is good for 2 threads running simultaneously -0.27
How can I optimize my Lz77 Sliding Window Compressor? 0.00
How can Lombok's @Builder/@AllArgsConstructor invoke a custom c... 0.00
Will the JVM be able to hoist a Java stream from within a loop? -0.54
Is it recommended to cache Collections.unmodifiableList() result in... -0.67
Map.of vs EnumMap for immutable map with enum keys 0.00
Form reluctant regex from generic regexes 0.00
Is it possible to create a custom annotation with a group of annota... 0.00
Reverse Polish to Infix Notation optimization in java +1.19
Performance Influence, if I write assert(!MyClass.desiredAssertions... -0.19
Sort for a large number of string record by time in Java 0.00
Memory issue with image zooming in java 0.00
How to calculate a point which minimizes total? 0.00
Synchronized keyword Java speed effienciency -0.52
Find the start of a cache line for a Java byte array +2.35
Reusing same Object variable to create multiple objects 0.00
Optimize way to normalize XML +1.94
Inserting already deflated files in a zip file +0.11
Image comparaison performance java 0.00
Data structure that inserts in constant time at endpoints and befor... -0.38
How to override Lombok Setter methods 0.00
An object is still alive after I kill its holder in Java? -1.40
Java Snake Bug: It happens when change direction quickly -0.03
Bulk batch inserts to MySQL gives GC Overhead and/or Java Heap Spac... 0.00
Heap space occupied by the Java runtime itself +0.18
Ways to buffer REST response +0.79
How to find how many elements to the left of a certain array elemen... +0.49
Scala: how to do String concatenation to avoid GC Overhead issue +0.48
What is the best way to check string not null and not empty in Java? -0.33
Search for one String within a different String 0.00
Efficiently compute the hashCode for a BitSet-like implementation o... -1.24
Why are some some resources in Java not garbage collected and must... -0.46
Sudoku solver using multi threading -1.46
Save work into several commits +1.99
Attributes having different case behaving strangely 0.00
How to avoid OutOfMemory issues in particular scenario +0.45
Interview Quesiton: Optimise a function that can find the amount of... +0.06
I'm working on Euler 12 , the code i have seems to workes prope... +1.87
Project Lombok - customise generated Setter +2.03
From perspective of performance catching duplicatekeyexception bett... +0.48
Does the JVM optimization being applied to a function that doesn... 0.00
How to release PoolingHttpClientConnectionManager in httpclient4.5.4 0.00
Notifying every A object holding a reference to a B object that B o... -0.52
Optimization of a recursive algorithm to find nodes matching a cert... 0.00
isAnnotationPresent vs getDeclaredAnnotation != null 0.00
Java: Generate Per Member Equals Possibly With Lombok or Intellij I... -0.00
Replacing finalize() in Java -0.88
How to configure guava cache to remove item after a read? +1.34
Why does Guava Enums.ifPresent use synchronized under the hood? +0.49
Compiler says "Variable might not have been initialized",... +0.10