BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Fix bug with lost events in hyper tree #156

Closed aalda closed 5 years ago

aalda commented 5 years ago

This PR replaces the freecache-based hyper cache with a new batch-fixed implementation. Deprecated version causes some eviction problems due to xxhash collisions.

It also fixes a bug with bulk insertions.