mre/hyperjson

Use smallvec to avoid heap allocations

オープン

#65 opened on 2019/09/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (41 件のフォーク)github user discovery
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.

コントリビューターガイド