/fastlfu

LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.

Primary LanguageGoMIT LicenseMIT

Stargazers