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

Write to fixed allocation #127

Closed
zzau13 opened this issue Jun 5, 2020 · 2 comments · Fixed by #128
Closed

Write to fixed allocation #127

zzau13 opened this issue Jun 5, 2020 · 2 comments · Fixed by #128
Labels
enhancement New feature or request

Comments

@zzau13
Copy link
Owner

zzau13 commented Jun 5, 2020

Everything goes much faster if there is no possibility of realloc. New trait and derive for write &[u8] to &mut [u8] safely.

@fafhrd91 Can you tell me what you think of this solution?

@zzau13 zzau13 added the enhancement New feature or request label Jun 5, 2020
@fafhrd91
Copy link

fafhrd91 commented Jun 5, 2020

It is fine

@zzau13
Copy link
Owner Author

zzau13 commented Jun 5, 2020

Ok, thank you!

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

Successfully merging a pull request may close this issue.

2 participants