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

faster mmap with python3 #4013

Closed
totaam opened this issue Sep 23, 2023 · 1 comment
Closed

faster mmap with python3 #4013

totaam opened this issue Sep 23, 2023 · 1 comment
Labels
enhancement New feature or request network

Comments

@totaam
Copy link
Collaborator

totaam commented Sep 23, 2023

We can read and write memoryviews without copying to bytes!

@totaam totaam added enhancement New feature or request network labels Sep 23, 2023
@totaam
Copy link
Collaborator Author

totaam commented Sep 23, 2023

Initial improvement when reading: 09408c4 + fixup in 208279a

Completed in 3c82db9 (write) + 00431ae (read)

Fully tested thanks to 24555c0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request network
Projects
None yet
Development

No branches or pull requests

1 participant