1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-25 14:00:27 +08:00
This commit is contained in:
Lingyu Zhu 2025-03-10 04:09:06 -07:00 committed by GitHub
commit fea3607177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
// of keys. These filters are stored in leveldb and are consulted
// automatically by leveldb to decide whether or not to read some
// information from disk. In many cases, a filter can cut down the
// number of disk seeks form a handful to a single disk seek per
// number of disk seeks from a handful to a single disk seek per
// DB::Get() call.
//
// Most people will want to use the builtin bloom filter support (see