about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-07T10·15+0300
committerclbot <clbot@tvl.fyi>2024-08-07T10·50+0000
commit5b0264223f3c97f937fb8e74e114e1d1619b8bdb (patch)
treef95b84c8f5476d178e85cd688c78293faad5fbdf
parentc2c4169e498c96894c3b8ca8011120313c6e5d11 (diff)
docs(tvix/TODO): document blob prefetching dependency r/8451
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 <personal@ilanjoselevich.com>
Autosubmit: flokli <flokli@flokli.de>
-rw-r--r--tvix/docs/src/TODO.md2
1 files changed, 2 insertions, 0 deletions
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