Releases: ikod/cachetools
Releases · ikod/cachetools
v0.4.1
v0.4.0
"set" container added
Added "set" container based oh hash table.
Fixed constness problems.
orderedhashmap added
v0.2.1 orderedmap added
feature and bugfix release
cache and components improvements
- 2Q cache:
- added TTL
- added cache update events
- many unittests
- LRU cache:
- uniform TTL management for 2Q and LRU caches
- per item TTL
- HashMap
- change grow_factor from 2 to 4 (as in std AA)
- some code cleanup
- Lists
- fix bug in SList postblit
- hash function
- switch to core.internal.hash: bytesHash for string
2Q cache added.
Added 2Q cache, unrolled lists, many improvements.
fix docs
disable inheritance
Disabled inheritance for cache implementations.
fix dub.json
v0.0.5 fix dub.json