LRU Cache in Java

Caches are often used as a cheap way to reduce latency and improve the performance of applications. Often we leverage libraries like Guava b… Read more

Similar

Scripting Java with a JBang

JBang provides a way of running Java code as a script, similar to JShell. However, unlike JShell, JBang works great on Java 8 and can be used to automatically download dependent libraries as well. In fact, JBang can even run without Java being installed -... (more…)

Read more »