iondbproject / iondb

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

flat_file_scan() improvements #103

Open danaack opened 7 years ago

danaack commented 7 years ago

@todo Try changing the predicate to be an enum-and-switch to eliminate the function call. Benchmark the performance gain and decide which strategy to use. @todo Consider changing to @p SEEK_CUR whenever possible. Benchmark this and see if the performance gain (if any) is worth it.

https://github.com/iondbproject/iondb/blob/development/src/dictionary/flat_file/flat_file.h#L195-L204