data structures

FastUtil OpenHashMap internals (linear probing hashing)

Let's consider how OpenHashMap is implemented from FastUtil library
Oleksii Shyshkov
2 min read

Java HashMap implementation

Implementation of HashMap.java from JDK
Oleksii Shyshkov
3 min read