Fastest yet with scaled integers instead of floats

This commit is contained in:
2024-07-23 13:23:26 +02:00
parent 2f82e8788d
commit 14d608b209
8 changed files with 149 additions and 1500 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "rust"
name = "onebrc"
version = "0.1.0"
edition = "2021"
@@ -8,12 +8,9 @@ edition = "2021"
[dependencies]
bstr = "1.9.1"
fast-float = "0.2.0"
hashbrown = "0.14.3"
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"
[build]
rustflags = ["-C target-cpu=native"]