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

Implement support for SmallVec<u8; N>? #13

Open
bwoods opened this issue Jun 5, 2019 · 2 comments
Open

Implement support for SmallVec<u8; N>? #13

bwoods opened this issue Jun 5, 2019 · 2 comments

Comments

@bwoods
Copy link

bwoods commented Jun 5, 2019

…or perhaps a SmallByteBuf<N> wrapper?

@nickray
Copy link

nickray commented Dec 30, 2019

Would #18 help?

@bwoods
Copy link
Author

bwoods commented Dec 30, 2019

The heapless crate is nice, but wouldn't work for my case: almost all of the Vecs being deserialized are under a certain size, but I needed SmallVec’s ability to fall-back to heap allocation for the few special cases.

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

No branches or pull requests

2 participants