Skip to content

tedjp/flipfloplru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flip-flop LRU Cache

Efficient C++ LRU cache. Gets usually don't cause any memory writes or internal cache restructuring (ie. no linked-list). Optimal workloads with 100% hit rate cause zero memory writes.

This is a header-only component; only flipfloplru.h is required.

License

MIT License.

About

Efficient C++ LRU cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published