0 commenti (0 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Python41 fork (41 fork)github user discovery
enhancementgood first issuehacktoberfesthelp wanted
Metriche repository
- Star
- 511 stelle (511 stelle)
- Metriche merge PR
- Nessuna PR mergiata in 30 g (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
- Direzione di ricerca
- Sostituisci Vec con SmallVec nei percorsi di serializzazione/deserializzazione per utilizzare l'allocazione dello stack per piccoli vettori. Studia l'implementazione di orjson come riferimento.
- Tech stack
- pythonrust
- Dominio
- backend
- Tipo issue
- Refactoring
- Prerequisiti
- RustGit