Skip to content

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

@vuule

Description

@vuule

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions