Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Add an alternative method of reading from files that uses mmap #530

Open
vuule opened this issue Oct 31, 2024 · 0 comments
Open

[FEA] Add an alternative method of reading from files that uses mmap #530

vuule opened this issue Oct 31, 2024 · 0 comments

Comments

@vuule
Copy link
Contributor

vuule commented Oct 31, 2024

Memory mapping could be faster in some use cases and/or some systems.
This is a proposal to add an option to replace file reads with copying from the mapped-to buffer.
Some open (AFAIK) design decisions:

  • How should this interact with compatibility mode options.
  • Should this be used for reads to device memory, or when.
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

No branches or pull requests

1 participant