kahing / catfs

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

Downloads full file #26

Open hacktek opened 5 years ago

hacktek commented 5 years ago

For small files that's fine but for large, multi-gigabyte files it's inefficient to download the entire thing on access because certain operations might only require a quick open/close of the file to read the first few megabytes (for instance reading media metadata using mediainfo or ffmpeg).