mre/hyperjson

Use smallvec to avoid heap allocations

Offen

#65 geöffnet am 21.09.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (41 Forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (511 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide