use fnv hashmap. Since the hashmap is written to only from the disk, it is...
use fnv hashmap. Since the hashmap is written to only from the disk, it is safe to use. we get more speed
... | @@ -14,3 +14,4 @@ tokio = { version = "1.0", features = ["full"] } | ... | @@ -14,3 +14,4 @@ tokio = { version = "1.0", features = ["full"] } |
warp = "0.3" | warp = "0.3" | ||
time = { version = "0.3", features = ["macros", "formatting"] } | time = { version = "0.3", features = ["macros", "formatting"] } | ||
image = "0.24.5" | image = "0.24.5" | ||
fnv = "1.0" |
Please register or sign in to comment