pub async fn get_tensor_mmap_range(
cid_str: String,
range: Range<usize>,
mmap_cache: Arc<MmapCache>,
tensor_storage_path: PathBuf,
) -> Result<Response, TensorError>Expand description
Mmap-based tensor range request
Efficiently serves byte ranges from memory-mapped tensor files. Optimized for HTTP 206 Partial Content responses.