Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@ydylla ydylla released this 20 Sep 12:22

Changelog

Features:

  • No longer block all other operations during cache restoring after a restart.

Performance:

  • Use ~10% less memory for cache entries, by using shared sync.RWMutex (see locker.go).

Bug fixes:

  • Correctly protect stat counters during Has and Get operations.