FxHashMap made me faster, memmap makes me slower, guess I'm using it wrong

This commit is contained in:
2024-08-05 10:53:17 +02:00
parent 40627f9aeb
commit 13c54a2811
7 changed files with 71 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
bstr = "1.9.1"
fast-float = "0.2.0"
memchr = "2.7.4"
memmap = "0.7.0"
memmap2 = "0.9.4"
polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}
rayon = "1.10.0"
rustc-hash = "2.0.0"
@@ -47,6 +47,7 @@ name = "phcs"
harness = false
[profile.release]
debug = true
lto = "fat"
strip = "symbols"
#strip = "symbols"
panic = "abort"