From 5b0264223f3c97f937fb8e74e114e1d1619b8bdb Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 7 Aug 2024 13:15:54 +0300 Subject: docs(tvix/TODO): document blob prefetching dependency This depends on the ChunkReader work. Change-Id: I38878d0f822c312151131e55baee4db6ef1c3650 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12142 Tested-by: BuildkiteCI Reviewed-by: Ilan Joselevich Autosubmit: flokli --- tvix/docs/src/TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/docs') diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md index a3498ed9b17f..debad55a4f7c 100644 --- a/tvix/docs/src/TODO.md +++ b/tvix/docs/src/TODO.md @@ -89,6 +89,8 @@ correctness: This is somewhat the "spiritual counterpart" to our sequential ingestion code (`ConcurrentBlobUploader`, used by `ingest_nar`), which keeps "some amount of outgoing bytes" in memory. + This is somewhat blocked until the {Chunk/Blob}Service split is done, as then + prefetching would only be a matter of adding it into the one `BlobReader`. ### Error cleanup - Currently, all services use tvix_castore::Error, which only has two kinds -- cgit 1.4.1