Low-level Design of a Cache in Java
-
Updated
Nov 19, 2020 - Java
Low-level Design of a Cache in Java
Simple cache implementation on java
implementations of FIFO and LRU algorithms
Operation System project for memory management using different Algorithms
自定义 cache 组件,由一级缓存( LRU Cache)和并发安全&可持久化&无限容量的二级缓存组成。
A virtual memory simulator implementing demand paging and four page replacement policies (FIFO, LRU, RAND, OPT). It processes input configurations and request sequences, outputting execution time, page faults, and swap usage.
Java simulators for testing various page replacement schemes. Which one is the best?
Cache library for Android.
Cache Simulator is a Java program that simulates a simple cache system with various inputs, including cache size, replacement policy, associativity and write-back policy. 2019.
Demonstrative implementations of an LRU cache in several different programming languages.
In-memory LRU Cache implementation using multiple Design Patterns
Add a description, image, and links to the lru topic page so that developers can more easily learn about it.
To associate your repository with the lru topic, visit your repo's landing page and select "manage topics."