sapling/lib/indexedlog
Jun Wu b3893b3d3c indexedlog: add methods on Log to do prefix lookups
Summary:
This exposes the underlying lookup functions from `Index`.

Alternatively we can allow access to `Index` and provide an `iter_started_from`
method on `Log` which takes a raw offset. I have been trying to avoid exposing
raw offsets in public interfaces, as they would change after `flush()` and cause
problems.

Reviewed By: markbt

Differential Revision: D13498303

fbshipit-source-id: 8b00a2a36a9383e3edb6fd7495a005bc985fd461
2018-12-20 15:50:55 -08:00
..
benches indexedlog: increase key count for size test 2018-12-06 14:57:52 -08:00
src indexedlog: add methods on Log to do prefix lookups 2018-12-20 15:50:55 -08:00
Cargo.toml indexedlog: move binary indexedlog_dump out 2018-12-18 08:17:21 -08:00