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

[ABI] add iolayer API to memory map the object #490

Open
tonycoz opened this issue May 21, 2022 · 0 comments
Open

[ABI] add iolayer API to memory map the object #490

tonycoz opened this issue May 21, 2022 · 0 comments
Labels
topic branch implemented in a topic branch

Comments

@tonycoz
Copy link
Owner

tonycoz commented May 21, 2022

This would improve performance for file readers that have a memory block interface.

The file readers would also need to support non-mappable files, since unless the format requires seeks the source might be a socket or pipe, which can't be mapped.

For memory block iolayer objects this would just return the memory it refers to.

bufchains wouldn't support this.

@tonycoz tonycoz added the topic branch implemented in a topic branch label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic branch implemented in a topic branch
Projects
Development

No branches or pull requests

1 participant