mre/hyperjson

Use smallvec to avoid heap allocations

開放

#65 建立於 2019年9月21日

 (0 則留言) (0 個反應) (0 位負責人)Python (41 個分叉)github user discovery
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.

貢獻者指南