mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: add memchr version of urldecode, which might be faster
This commit is contained in:
parent
f94c52da77
commit
056cd41732
3 changed files with 61 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ indexmap = "1"
|
|||
itoa = "0.4"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
memchr = "2"
|
||||
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
|
||||
native-tls = "0.2"
|
||||
parking_lot = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue