backup: add CachedChunkReader utilizing AsyncLruCache
Provides a fast arbitrary read implementation with full async and concurrency support. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
5446bfbba8
commit
70a152deb7
@ -259,3 +259,6 @@ pub use catalog_shell::*;
|
||||
|
||||
mod async_index_reader;
|
||||
pub use async_index_reader::*;
|
||||
|
||||
mod cached_chunk_reader;
|
||||
pub use cached_chunk_reader::*;
|
||||
|
Reference in New Issue
Block a user