update dependencies, create benches

This commit is contained in:
2024-08-19 14:58:34 +02:00
parent d246c54cd9
commit 53ea542f36
4 changed files with 21 additions and 11 deletions

View File

@@ -6,17 +6,17 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bstr = "1.9.1"
bstr = "1.10.0"
fast-float = "0.2.0"
memchr = "2.7.4"
memmap2 = "0.9.4"
rayon = "1.10.0"
rustc-hash = "2.0.0"
libc = "0.2.155"
smol = "2.0.0"
libc = "0.2.158"
smol = "2.0.1"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
[features]
json = []
@@ -35,7 +35,7 @@ name = "multi_threaded"
harness = false
[[bench]]
name = "polars"
name = "multi_threaded_smol"
harness = false
[[bench]]