Skip to content

v1.0.0: Initial release!

Latest
Compare
Choose a tag to compare
@marcizhu marcizhu released this 13 Aug 09:38
· 14 commits to master since this release

1.0.0 - 2020-08-13

Added

  • Cache object
  • FIFO, LFU, LIFO, LRU, MRU and Random replacement policies
  • Basic statistics with hit count, miss count, eviction count, etc...
  • Function wrapper to speed up expensive function calls
  • 10 examples illustrating the usage of this library
  • Many tests to verify the behaviour of the library