sidnt / lmdz

0 stars 0 forks source link

cursor usecase #33

Open sidnt opened 4 years ago

sidnt commented 4 years ago

cursors could be very well used to implement continuous scrolling. but that would impose that the objects be ordered inside lmdb, in the order they are intended to be shown in the scroll. that's too hard a requirement, since its not uncommon to order objects based on multiple criteria. we could very well use random indexing instead.