enhancementgood first issuehacktoberfesthelp wanted
倉庫指標
- 星標
- (511 顆星)
- PR 合併指標
- (30 天內沒有已合併 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.