mre/hyperjson

Use smallvec to avoid heap allocations

Aberta

#65 aberto em 21 de set. de 2019

 (0 comentário) (0 reação) (0 responsável)Python (41 forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Métricas do repositório

Stars
 (511 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador