mre/hyperjson

Use smallvec to avoid heap allocations

Aperta

#65 aperta il 21 set 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Python (41 fork)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Metriche repository

Star
 (511 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor