kvikio icon indicating copy to clipboard operation
kvikio copied to clipboard

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

Open vuule opened this issue 1 year ago • 0 comments

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.

vuule avatar Oct 31 '24 21:10 vuule