mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http_protocol: urlencode/urldecode Request.key
About 11% performance regression for Request::from_bytes
This commit is contained in:
parent
0a0b57a9e8
commit
74a538963f
7 changed files with 1014 additions and 1007 deletions
|
|
@ -35,6 +35,7 @@ memchr = "2"
|
|||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
smartstring = "0.2"
|
||||
urlencoding = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue