snix/tvix/castore/src/import
Connor Brewster b0aaff25fa refactor(tvix/castore): extract concurrent blob uploader
The archive ingester has a mechanism for concurrently uploading small
blobs to the blob service in order to hide round trip latency with the
blob service when ingesting many small blobs.

Other ingestion sources like NARs also need a similar mechanism, this
extracts the concurrent blob uploading mechanism into its own struct to
make it more reusable.

Change-Id: I05020419ff4b9ad5829fbfb5cd08d36db983b8c0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11693
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-05-20 15:21:46 +00:00
..
archive.rs refactor(tvix/castore): extract concurrent blob uploader 2024-05-20 15:21:46 +00:00
blobs.rs refactor(tvix/castore): extract concurrent blob uploader 2024-05-20 15:21:46 +00:00
error.rs refactor(tvix/castore/import): use crate Path[Buf] in IngestionEntry 2024-05-02 15:26:29 +00:00
fs.rs refactor(tvix/*store): use DS: DirectoryService 2024-05-04 21:27:26 +00:00
mod.rs refactor(tvix/castore): extract concurrent blob uploader 2024-05-20 15:21:46 +00:00