Skip to content

teivah/go-lfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Least Frequently Used Cache

A Go library for handling LFU cache operations in O(1):

  • Get
  • Insert
  • Get LFU

Whitepaper