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

✨ reduce copies of data when reading from the buffer #2373

Open
joocer opened this issue Feb 8, 2025 · 0 comments
Open

✨ reduce copies of data when reading from the buffer #2373

joocer opened this issue Feb 8, 2025 · 0 comments

Comments

@joocer
Copy link
Contributor

joocer commented Feb 8, 2025

we may be able to use latches to hold an item in the buffer until the reading is complete

Reads appear to have a delay due to making copies.

We can revive the memory view stream class and use this to attach/detach latches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant