iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
586 stars 48 forks source link

Implement flat file sorted mode search #104

Open danaack opened 7 years ago

danaack commented 7 years ago

https://github.com/iondbproject/iondb/blob/development/src/dictionary/flat_file/flat_file_dictionary_handler.c#L59-L82

https://github.com/iondbproject/iondb/blob/development/src/dictionary/flat_file/flat_file_dictionary_handler.c#L230-L352