Changelog¶
0.2.0¶
New Feature
New class
SortedMap. A sorted map base on red-black tree.
Changes
CacheMapandTTLCachenow support all of MutableMapping methods.CacheMap.setnx()andTTLCache.setnx()must accept key as their only one argument.CacheMapdefault size is setting toMAX_INT32.Channeldefault size is setting toMAX_INT32.TTLCachedefault ttl is setting to 1 minute.
0.1.0¶
New Feature
0.0.4¶
Improve
Decrease
strhash()collisions, but note that we will get different hash value in this version compare with old version.
0.0.3¶
First release.