Terkwood / AugustDB

Key/value store backed by LSM Tree architecture.
MIT License
8 stars 1 forks source link

fix: tombstone binary rep, write commit log on del #70

Closed Terkwood closed 3 years ago

Terkwood commented 3 years ago

Resolves #69

Fixes the binary representation of tombstones to use 2**32 - 1 instead of 2**32 😀

Renames a function