Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Use smallvec to avoid heap allocations #65

Open
mre opened this issue Sep 21, 2019 · 0 comments
Open

Use smallvec to avoid heap allocations #65

mre opened this issue Sep 21, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@mre
Copy link
Owner

mre commented Sep 21, 2019

We should use smallvec for serializing/deserializing as it has the ability to use the stack for small vector allocations.

Noticed that orjson is doing the same.

@mre mre added enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed labels Sep 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant