Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 330 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 330 Bytes

SimpleCache

This is a special LRU cache for cache data into OFF_HEAP memory. Normally, we should manage the OFF_HEAP accurately, however there still some fragmentation with memory management(such as jemalloc) in now days. So this LRU cache is designed for this case, we will evict the entry when we can't request enough memory.