Skip to content

Releases: saurabh0719/go-hashlru

v0.1.0

04 Jun 23:29
Compare
Choose a tag to compare

Description :

go-hashlru v0.1.0 - stable

$ go get github.com/saurabh0719/go-hashlru
  • Fixed bugs in Resize() and Remove()
  • Added tests and workflow
  • Added benchmarks and updated docs

v0.0.3

03 Jun 22:36
Compare
Choose a tag to compare

A simple thread-safe, fixed size LRU. Based on the Hashlru Algorithm 🔃