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

use arrays in Writer instead of Vec #19

Open
sdemos opened this issue May 1, 2018 · 0 comments
Open

use arrays in Writer instead of Vec #19

sdemos opened this issue May 1, 2018 · 0 comments
Milestone

Comments

@sdemos
Copy link
Contributor

sdemos commented May 1, 2018

The Writer struct is used to write our public keys to disk. It is essentially the opposite of the Reader struct. However, there is one key difference - Writer uses an internal representation of Vec, where as Reader uses an array. Writer should be modified to remove the heap allocations and bring the implementation more in line with Reader.

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