mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
ws protocol: don't heap-allocate in serialize_20_bytes
This commit is contained in:
parent
7f883a9433
commit
d1426d3ac5
2 changed files with 13 additions and 7 deletions
5
TODO.md
5
TODO.md
|
|
@ -43,11 +43,6 @@
|
|||
* move additional request sending to for each received response, maybe
|
||||
with probability 0.2
|
||||
|
||||
* aquatic_ws
|
||||
* large amount of temporary allocations in serialize_20_bytes, pretty many in deserialize_20_bytes
|
||||
* 20 byte parsing: consider using something like ArrayString<80> to avoid
|
||||
heap allocations
|
||||
|
||||
# Not important
|
||||
|
||||
* aquatic_http:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue