gcsfuse v0.7.0
- Revised the way reading from files works, throwing away the previous chunking and caching logic. Sequential read throughput is more than doubled, without apparent effect on random read throughput.
As part of this change, the flags --gcs-chunk-size
and --temp-dir-bytes
have been removed.
See commit babd421 and issue #103 for more details.
- Reduced the RAM and CPU overhead due to supporting cancellation of HTTP requests.