StackRating

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

leventov

Rating
1500.51 (445,282nd)
Reputation
8,432 (18,590th)
Page: 1 2 3 4
Title Δ
Iterate Koloboke Hashmap while modifying it 0.00
What is the best implementation of hashCode of an integer? +0.02
How to achieve transaction behaviour with file persisted Chronicle... 0.00
Multi Key Maps - performance comparison -2.00
Multi Key Maps - performance comparison 0.00
Multi Key Maps - performance comparison +2.00
Memory allocation for objects within objects -0.86
How to obtain compilation classpath during annotation processing? 0.00
Are there any advantages of using Chronicle Map for java.util.Strin... 0.00
What hashing method is implemented in standard unordered containers? 0.00
Highest and lowest elements in trove TIntSet? +0.33
Is using own int capacity faster than using .length field of an arr... +0.30
ChronicleMap WriteContext usage 0.00
Why is the hash table resized by doubling it? +1.90
Hash map keys are not random -1.61
Why are we using linked list to address collisions in hash tables? -0.34
Add words frequency to Hashtable -1.41
Load factor of hash tables with tombstones 0.00
Is Objects.requireNonNull less efficient than the old way? -0.56
chronicle map - value data types 0.00
Is it faster to hash a long string for comparisons or compare the t... -1.92
High performance string hashing function in Java/Scala +2.77
What are some best practices to build memory-efficient Java applica... +0.37
Why don't we use AVL tree for hash table's item storage? 0.00
Which of these is a more efficient implementation of a multiple key... -0.61
Is there a smart way to check if for each key in a hash table, they... +0.00
mmap'd memory model visibility/synchronization in java 0.00
A hashtable with a 1.0 maxLoad factors, time complexity -3.97
looking for Sorted Heap & Concurrent Queue in gs-collections li... -3.84
Using hash as a bucket index, modulo vs bit-mask 0.00
Fastest possible hash function / lookup for primitive key -0.21
How do I write a hash function with a unique (string, integer) pair... 0.00
Copying of Array Performance 0.00
Is key mod TableSize a good hash function in this particualr case 0.00
How to store bytearrays in hashmap or hashtable in java -0.11
No definite answer: Which Java Map is the cheapest? -3.98
Is it faster to compare and set or just set? +4.10
Are JGL and JAL part of JDK? -4.11
Merge Sort is running far too slow in Java 0.00
Maintain the list size in a HashMap 0.00
Should I dump java.util.HashSet in favor of CompactHashSet? +1.91
Size of the hash table +4.23
What is the relative memory overhead per mapped value of the differ... +0.97
'Big dictionary' implementation in Java +4.25
Why is a successful search in a chained hash table have a time comp... +3.93
How to find expected number of slots of a certain size k in hash ta... 0.00
How to accomplish inheriting Javadoc comments from JDK with Gradle... 0.00
What are the disadvantages of hashing function using multiplication... 0.00
Singleton Collections in Java Trove 0.00
C++/JAVA: Efficiently find a set in the collection containing given... -4.01