Skip to content

Releases: lonelyenvoy/python-memoization

Version 0.0.2

15 Aug 17:45
Compare
Choose a tag to compare
  1. [NEW] max_items available, e.g. @cached(max_items=100) => restrict the max volume of cache to 100 sets of data; when fully occupied, the data first came will be overwritten
  2. Performance optimization
  3. Better examples
  4. Minor bug fixes

Version 0.0.1-alpha

15 Aug 12:58
Compare
Choose a tag to compare
Version 0.0.1-alpha Pre-release
Pre-release

First Release (in alpha)