turbofish-org / merk

High-performance Merkle key/value store
Apache License 2.0
226 stars 36 forks source link

Actual deletes #22

Closed mappum closed 5 years ago

mappum commented 5 years ago

Closes #14

Now we collect deleted keys as we apply operators in apply, apply_to, and recurse and return the collection of keys to later delete them in a RocksDB batch.