Drup / dowsing

᚛ A type of divination employed in attempts to locate identifiers matching a given type expression
ISC License
35 stars 4 forks source link

Database format / Serialization #1

Closed UnixJunkie closed 3 years ago

UnixJunkie commented 6 years ago

In your README.md you say: "Database format Serialization To speed up database deserialization, we could use a format that allows random access in an mmap datastructure." Why don't you use Berkely DB or something like this (a persistent on disk hash table) instead of mem maping a data structure?

Drup commented 3 years ago

Because we want to do our own indexing. run-of-the-mill KV stores are not gonna cut it.