Skip to content

gcsfuse v0.7.0

Compare
Choose a tag to compare
@jacobsa jacobsa released this 06 Aug 03:37
· 2783 commits to master since this release
  • 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.