An open API service indexing awesome lists of open source software.

https://github.com/teivah/go-lfu

A Go library for handling LFU cache operations in O(1)
https://github.com/teivah/go-lfu

cache go golang lfu

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Least Frequently Used Cache

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

* Get
* Insert
* Get LFU

[Whitepaper](res/a-constant-algorithm-for-implementing-the-lfu-cache-eviction-scheme.pdf)