Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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.