StackRating

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

Marko Topolnik

Rating
1661.22 (417th)
Reputation
153,482 (364th)
Page: 1 ... 11 12 13 14 15 ... 67
Title Δ
How does a thread know that there is a join method ahead +0.32
Avoiding lots of counters in Java -1.86
Should implementations of java.util.Comparator.compare(T o1, T o2)... +0.27
Throwing exception from lambda +1.52
Cleanup activites with finalize() ; +0.26
Java get a random value from 3 different enums +0.80
Two "volatile" variables in the constructor follow Happen... +0.27
How to perform nested 'if' statements using Java 8/lambda? +0.49
Why Eclipse doesn't have path to java compiler? 0.00
Varargs Java Ambiguous Call +0.27
Unconventional use of Iterator to iterate over a collection +0.87
drools (6.2) fact doesn't get re-evaluated in stateful session 0.00
Inconsistent JMH Throughput Values When Using paralell() +1.13
What are the rules to handle homonym inherited methods? -2.84
Why is my Postgres cursor running out of memory? 0.00
Polymorphism vs Strategy pattern -0.39
how Immutable class is created having mutable object as refernce +0.85
More elegant way of comparing objects in Java +0.90
Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.de... -1.73
Usage of reps in Caliper 0.00
How this AbstractList returns List of Integer Objects +0.27
Could I achieve even more optimization to log the exception? 0.00
How to rewrite code to optionals? -1.19
enhanced for loop does not invoke the overriden methods of arraylis... 0.00
Calling methods from the constructor -0.30
Why `private static` field is not allowed in Java 8 interface? +0.36
Code matching algorithm +0.53
Why are there 2 stack frames for a lambda invocation? 0.00
Is it faster to initialize a value with a bitwise operation or a nu... +0.27
2D Rope Simulation 0.00
Array List Vs. Linked List 0.00
What is the best way to ensure concurrent object calls without lock... 0.00
Why I can't create an array with large size? -0.49
Large performance gap between CPU's div instruction and HotSpot... 0.00
Why Java doesn't allow object on stack? +0.68
Multiple Threads in a thread pool writing data in same List -0.23
Strange bug when incrementing a value while iterating through a col... 0.00
Is this Multiple inheritance in java?Why not Java supports extends... -0.96
How do I calculate the estimated size of a text file when I have th... -1.11
Need to throw checked exception in implementation, but it's not... -0.50
Why the below program, without a sleep go to deadlock state but wit... -0.40
Maximising efficiency of a data structure ordered by a person name... -1.87
A better approach to handling exceptions in a functional way +1.38
How to use final in a multi-catch statement? -2.88
What is the benefit of creating an abstract class with only final m... -0.51
How do I lazily concatenate streams? 0.00
What is the reason behind having only one return value in C++ and J... -0.13
Method reference inside synchronized expression +0.35
Is System.CurrentTimeMillis accurate enough to ping a server? 0.00
How can I best restrict String.compareTo() results to -1, 0, and 1? +1.23