Skip to content

v2.0.0

Compare
Choose a tag to compare
@jahnestacado jahnestacado released this 04 Oct 22:49
· 18 commits to master since this release

Commits

  • 51cc5cb: Updated README.md #none (Ioannis Tzanellis)
  • 12bf51d: Fixed name of bench test task (jahnestacado) #4
  • 04b43a6: tlru.go: Properly used mutex.RLock for readonly cache ops (jahnestacado) #4
  • 0dd5024: README.md: Updated benchmarks (jahnestacado) #4
  • 25f75de: README.md: Fixed alignment (Ioannis Tzanellis) #4
  • 0a8f3f6: tlru.go: Used a combination of RW locks in functions that can perform both read/writes (jahnestacado) #5
  • 92c797e: Merge branch 'fix/mutex-read-locks' of github.com:jahnestacado/go-tlru into fix/mutex-read-locks (jahnestacado) #5
  • 3680e3f: tlru_test.go: Added test for detecting race conditions (jahnestacado) #5
  • 47d6d03: tlru.go: Replace Config.Size with Config.MaxSize. Now if MaxSize is not set cache won't have a size limit (jahnestacado) #5
  • 06cec42: tlru.go: Introduced Config.GarbageCollectionInterval (jahnestacado) #5
  • 6557aec: Updated README.md (jahnestacado) #5
  • bd209cc: Bumping #major version due to public interface non-backward compatible changes (jahnestacado) #5
  • 3022f77: Improved github workflows (jahnestacado) #5
  • ec00a04: Updated README.md (jahnestacado) #5