Skip to content

0.1.0

Compare
Choose a tag to compare
@hanke0 hanke0 released this 08 Jul 18:17

New Features

  • New class ctools.CacheMap, it's a lfu cache behaving mutch like dict.
  • New class TTLCache, a cache mapping storing items for a certain time.
  • strhash now add a method argument which supported fnv1a(default), fnv1, djb2 and murmur algorithms.