Replace deque in StreamReader with bytearray
Aberta
enhancement
- Linguagem predominante
- Python
- Estrelas
- 16.5k
- Forks
- 2.4k
- Merge médio
- 17h 22min
- PRs com merge (30d)
- 212
Descrição
`bytearray` is highly optimized for appending to the right and removing from the left.
On resizing it keeps up to 50% free space at the begin of buffer before performing a memory reallocation.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.