Improve ascii handling, improve performance
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user