Skip to content

Namedb iter seek

Ghost User requested to merge namedb_iter_seek into master

This merge request extends the namedb api for following operations:

  • clear() which equals to deletion of all entries in the database
  • iter_seek() which returns an iterator to given key (or first, last, leq, geq)
    • this is not supported in the trie yet, but it works for lmdb backend The unittests are extended to cover these operations.

Merge request reports