This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
This is a minor patch release that includes a couple maintenance
changes, plus a couple of small performance improvements.
- Use fast-hash for sharding.
- Fix comparison of bytes with 8th bit set in the index radix tree.
- Use chattr for the cache's file to enable nocow.
- Fix some issues on 32-bit platforms.
- Migrate from obsolete __sync_fetch API to __atomic_fetch.
- Increase guard size to 4096 bytes.
- Various documentation and test improvements.
- add vmemcache_exists() to check entry existence without side-effects
- Regression fixes for recent compilers