enhancementgood first issuehacktoberfesthelp wanted
Repository metrics
- Stars
- (511 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.