Skip to content

Use FOPEN_NONSEEKABLE to disable seeking#2

Open
stanleymw wants to merge 9 commits intomainfrom
kernelcache
Open

Use FOPEN_NONSEEKABLE to disable seeking#2
stanleymw wants to merge 9 commits intomainfrom
kernelcache

Conversation

@stanleymw
Copy link
Owner

@stanleymw stanleymw commented Jul 30, 2024

TODO:

  • Add Option to Cache using kernel
  • Add option to fallback to the custom readbuf implementation

Mutex is used as it appears that file Read() calls are done concurrently: io.Reader cannot backtrack so we need to finish the current file Read() call undisturbed before we can give the streamer to another file Read().
Mutex is used as it appears that file Read() calls are done concurrently: `io.Reader` cannot backtrack so we need to finish the current file Read() call undisturbed before we can give the streamer to another file Read().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant