Level / classic-level

An abstract-level database backed by LevelDB.
MIT License
58 stars 12 forks source link

RAII slice #24

Closed ronag closed 2 years ago

ronag commented 2 years ago

Makes it easier to keep track of slice ownership and avoid leaks and memory corruption.

ronag commented 2 years ago

Once this and https://github.com/Level/classic-level/pull/20 has landed we can start replacing all references to std::string with Slice.