Java 9 Module System Tutorial (code first, explanations second)

Tutorial of Java 9 module system basics: how to declare modules with module-info.java, compile, package, and launch them and what module path and graph are. Read more

Similar

Fastest LRU Cache in Java

Data is laid out in memory as closely as possible on an integer array. Map and Doubly Linked List are not two different data structures anymore. A custom map implementation allows built-in doubly linked list functionality on key-value and left-right data ... (more…)

Read more »

Eclipse Collections for Java

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. - eclipse-collections/README.md at master · eclipse/eclipse-collections... (more…)

Read more »