• Patrick Wieschollek's avatar
    Lmdb Reader (#61) · 4fcb47f3
    Patrick Wieschollek authored
    Reading Lmdb databases in random order requires to shuffle the keys.
    Note, "_txn.cursor()" returns (k,v) pairs. Currently, the
    implementations tries to query by a (k,v) pair instead of the key
    only.
    4fcb47f3
format.py 4.81 KB