This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Use smallvec to avoid heap allocations #65
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: