aio-libs / aio-libs/aiohttp

Replace deque in StreamReader with bytearray

Aberta
#2,971 4 comentários 0 reações 0 responsáveis Ver no GitHub
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

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.