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

minimize heap allocations in core data structures #17

Open
sdemos opened this issue May 1, 2018 · 1 comment
Open

minimize heap allocations in core data structures #17

sdemos opened this issue May 1, 2018 · 1 comment
Milestone

Comments

@sdemos
Copy link
Contributor

sdemos commented May 1, 2018

The Data type, which holds the representations for all the supported key types, currently stores all the data in some number of Vec<u8>s. It should be converted to use arrays instead.

@sdemos
Copy link
Contributor Author

sdemos commented May 1, 2018

For those following along at home, this issue (and all of the subsequent issues I also filed), are things that I only have a vague idea of how to do, or if they are even possible/reasonable. I just wanted to write them down so they are more organized and I can come back to them later.

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

No branches or pull requests

1 participant