tvl-depot/tvix/castore/src
Florian Klink d10c5309bc feat(tvix/castore/blobsvc): add Chunked{Blob,Reader}
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
2024-02-10 14:24:51 +00:00
..
blobservice feat(tvix/castore/blobsvc): add Chunked{Blob,Reader} 2024-02-10 14:24:51 +00:00
directoryservice chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
fs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
proto fix(tvix/castore/grpc/svc_wrapper): expose chunks() over gRPC 2024-02-02 16:27:10 +00:00
tests refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …> 2024-01-09 14:08:22 +00:00
digests.rs fix(tvix/castore): B3Digest::{to_vec -> as_slice} 2023-11-07 12:35:41 +00:00
errors.rs feat(tvix/castore): impl From<std::io::Error> for Error 2023-11-18 19:23:47 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
import.rs feat(tvix/castore): process_entry cannot process unsupported nodes 2024-01-22 14:15:42 +00:00
lib.rs chore(tvix): move store/fs to castore/fs 2023-12-22 16:55:18 +00:00
tonic.rs refactor(tvix/castore/tonic): use match in channel_from_url 2023-11-17 14:01:26 +00:00
utils.rs refactor(tvix/castore/tests): let gen_*_service return Boxes 2024-01-01 14:45:17 +00:00