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.

贡献者指南