Create single threaded version using smol for async reading of the file 46 -> 40 seconds

This commit is contained in:
2024-08-13 13:50:49 +02:00
parent b53212103b
commit bbc89aa2b3
5 changed files with 413 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"
rayon = "1.10.0"
rustc-hash = "2.0.0"
libc = "0.2.155"
smol = "2.0.0"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }