My multi-treaded version is now faster than polars and takes less time to compile. It's a little more complex though

This commit is contained in:
2024-07-25 10:03:37 +02:00
parent dcaca0cc65
commit e230a5ce2c
6 changed files with 1339 additions and 158 deletions

View File

@@ -10,7 +10,7 @@ bstr = "1.9.1"
fast-float = "0.2.0"
memchr = "2.7.4"
memmap = "0.7.0"
#polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}
polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}
rayon = "1.10.0"
rustc-hash = "2.0.0"