Skip to content

Releases: NdoleStudio/lfu-cache

v2.0.1

25 Dec 20:44
2277119
Compare
Choose a tag to compare
  • Add version suffix to g.mod from https://github.com/NdoleStudio/lfu-cache to https://github.com/NdoleStudio/lfu-cache/v2

v2.0.0

19 Oct 17:29
2277119
Compare
Choose a tag to compare

Added Support For Generics

  • Min go version is 1.18 due to generics support
  • The cache key and values will be strongly typed e.g lfucache.New[string, int](3) for a string key and a int value.

Release 1.0.1

16 Aug 12:13
Compare
Choose a tag to compare

Change Log

  • Fixed the cache_test.go to use strconv.Itoa() instead of string() for converting an integer to a string.