google / leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
BSD 3-Clause "New" or "Revised" License
35.71k stars 7.72k forks source link

question about class MemTableBackwardIterator #1188

Open Stephan14 opened 1 month ago

Stephan14 commented 1 month ago

Why do we need the class MemTableBackwardIterator? Do we need to delete it?