kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

Block cache support #57

Open terabyte84 opened 3 years ago

terabyte84 commented 3 years ago

Please add support for caching random reads and not only for the entire file. This would be great to read small parts of huge files (i.e. chia plots).

Hoeze commented 10 months ago

+1 on this: I would like to cache a number of large pre-computed lookup files to local storage to avoid overloading the remote file system when random-reading them.