cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Rethink this Codec template argument #6

Closed vinniefalco closed 8 years ago

vinniefalco commented 8 years ago

Many of the API routines require that the Codec type is default constructed, they don't offer a way to copy construct an existing codec, making stateful codecs impossible. But do we even need this template argument? It complicates tooling and should be revisited.

vinniefalco commented 8 years ago

Codec is gone in master