mre/hyperjson

Use smallvec to avoid heap allocations

Ouverte

#65 ouverte le 21 sept. 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Python (41 forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Métriques du dépôt

Stars
 (511 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur