-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Specially for osfs, it would be useful to have mmap support when handling files so instead of just exposing the file descriptor, the user actually request for files to be accessed in mmap mode in a best effort basis. For example:
osfs.New("<path>", osfs.WithBestEffortMmap())Points up for debate:
- Read/Write support.
- UX for non-supporting OS.
- API.
x-ref:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request