aquatic_http: add memchr version of urldecode, which might be faster

This commit is contained in:
Joakim Frostegård 2020-07-18 05:34:09 +02:00
parent f94c52da77
commit 056cd41732
3 changed files with 61 additions and 2 deletions

View file

@ -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"