Skip to content
/ go-lfu Public

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

License

Notifications You must be signed in to change notification settings

teivah/go-lfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c6b5d9 · May 17, 2024

History

7 Commits
Mar 13, 2024
Mar 13, 2024
Mar 15, 2024
Mar 13, 2024
Mar 13, 2024
Mar 13, 2024
May 17, 2024
May 17, 2024

Repository files navigation

Least Frequently Used Cache

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

  • Get
  • Insert
  • Get LFU

Whitepaper

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages