These provide seekable access into a Blob for which we have more granular chunking information. There's no support for verified streaming in here yet, this simply produces a stream of readers for each chunk, skipping irrelevant chunks and data from the first chunk at the beginning. A seek simply does produce a new reader using the same process. Change-Id: I37f76b752adce027586770475435f3990a6dee0b Reviewed-on: https://cl.tvl.fyi/c/depot/+/10731 Reviewed-by: Connor Brewster <cbrewster@hey.com> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI |
||
|---|---|---|
| .. | ||
| chunked_reader.rs | ||
| combinator.rs | ||
| from_addr.rs | ||
| grpc.rs | ||
| memory.rs | ||
| mod.rs | ||
| naive_seeker.rs | ||
| simplefs.rs | ||
| sled.rs | ||
| tests.rs | ||