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

Convert vector buffer to array (maybe) #498

Open
elshize opened this issue Nov 28, 2022 · 0 comments
Open

Convert vector buffer to array (maybe) #498

elshize opened this issue Nov 28, 2022 · 0 comments
Labels
enhancement New feature or request needs investigation performance Efficiency improvements

Comments

@elshize
Copy link
Member

elshize commented Nov 28, 2022

interpolative_block codec uses a thread_local vector buffer. If we can figure out the upper bound on the length of this buffer, we could use std::array that is likely to improve performance.

@elshize elshize added enhancement New feature or request performance Efficiency improvements labels Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs investigation performance Efficiency improvements
Projects
None yet
Development

No branches or pull requests

1 participant