go-lfu icon indicating copy to clipboard operation
go-lfu copied to clipboard

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

Least Frequently Used Cache

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

  • Get
  • Insert
  • Get LFU

Whitepaper