teivah / go-lfu

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:Apache License 2.0


Languages

Language:Go 100.0%