v2.4.0
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