Skip to content

v2.4.0

Choose a tag to compare

@guycipher guycipher released this 05 Aug 02:49
· 16 commits to master since this release
ff5506e

Wildcat storage engine v2.4.0 PATCH.

  • Optimizations done to skip list to remove lock contention (removed any granular locking entirely) which had a toll on in-memory source iteration.

What's Changed

  • update c interop to use wildcat v2.3.9 by @guycipher in #143
  • it was identified that the skiplist had a bottleneck on iterations, t… by @guycipher in #144

Full Changelog: v2.3.9...v2.4.0