Improve ascii handling, improve performance

This commit is contained in:
2022-05-24 21:13:43 +02:00
parent 9f44196e6c
commit 17ea7bc60c
3 changed files with 26 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ name = "bench"
harness = false
[dependencies]
fst = "0.4.7"
# fst = "0.4.7"
tinyvec = { version = "1.6.0", features = ["alloc"] }
u-fst = { path = "../u-fst" }
@@ -22,4 +22,5 @@ u-fst = { path = "../u-fst" }
criterion = "0.3.5"
proptest = "1.0.0"
similar-asserts = "1.2.0"
unic-normal = "0.9.0"
unicode-normalization = "0.1.19"