Skip to content

ConeyLiu/SimpleCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple version of Guava cache

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages