[GH-ISSUE #214] Asynchronously prefetch reads #119

Closed
opened 2026-03-04 01:42:17 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Jul 28, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/214

s3fs does a synchronous read-ahead on when reading at a given offset. This is a poor fit for streaming reads that video players do. Instead, s3fs should issue an asynchronous prefetch when the applications reads 50% of the previous buffer.

Originally created by @gaul on GitHub (Jul 28, 2015). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/214 s3fs does a synchronous read-ahead on when reading at a given offset. This is a poor fit for streaming reads that video players do. Instead, s3fs should issue an asynchronous prefetch when the applications reads 50% of the previous buffer.
kerem closed this issue 2026-03-04 01:42:17 +03:00
Author
Owner

@gaul commented on GitHub (Sep 26, 2020):

Duplicate of #95.

<!-- gh-comment-id:699273315 --> @gaul commented on GitHub (Sep 26, 2020): Duplicate of #95.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#119
No description provided.