Lmdb Reader (#61)
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.
Showing
Please register or sign in to comment