Skip to content

Release v3.4.0

Choose a tag to compare

@awolverp awolverp released this 15 Jul 12:53
· 421 commits to main since this release

Added

  • items_in_order function added - helps you to iterate caches items in order

Changed

  • LRUCache alghoritm changed and optimized (4x faster)
  • The ttl parameter of VTTLCache.insert now has a default value (None).
  • Testing improved

Updated

  • Dependecies updated