- Notifications
You must be signed in to change notification settings - Fork124
Closed
Description
CursorIterator.iterable()
can be called more than once, allowing users to potentially reuse the iterable in multiple loops when the underlying LMDB cursor is likely to have been moved by earlier operations. GivenCursorIterator
is already a relatively complex adapter to LMDB cursors, the simplest solution to this is to prevent users from callingCursorIterator.iterable()
more than once.
Metadata
Metadata
Assignees
Labels
No labels