Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
common: 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Oct 21, 2020
1 parent 41eccb6 commit 34acfc5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Wed Oct 21 2020 Piotr Balcer <piotr.balcer@intel.com>

* Version 0.8.1

This is a minor patch release that includes a couple minor maintance
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

Fri Mar 29 2019 Piotr Balcer <piotr.balcer@intel.com>

* Version 0.8
Expand Down

0 comments on commit 34acfc5

Please sign in to comment.