once_cell is way faster

This commit is contained in:
Lev Kokotov
2022-02-10 17:05:20 -08:00
parent 0bec14ba1c
commit 06575eae7b
4 changed files with 31 additions and 18 deletions

View File

@@ -17,4 +17,6 @@ sha-1 = "0.10"
toml = "0.5"
serde = "1"
serde_derive = "1"
regex = "1"
regex = "1"
num_cpus = "1"
once_cell = "1"