WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

vimpunk/w-tinylfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Window-TinyLFU Cache

This is a barebones C++11 header-only implementation of the state-of-the-art cache admission policy proposed in this paper with details borrowed from Caffeine's own implementation.

Note

My original use case for this cache was very specific, so some features are absent - most notably thread-safety and hash collision protection.

About

W-TinyLFU cache C++11 header only implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages