Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 472 Bytes

File metadata and controls

15 lines (11 loc) · 472 Bytes

1BRC: One Billion Row Challenge in Rust

Creating the measurements file with 1B rows

First, the generator has to be build.

cargo build --bin gen-examples --features=random --release

Then, the generator can be run to create the measurements file.

cargo run --bin gen-examples --features=random --release -- <MAX_NUMBER_OF_CITIES> <NUMBER_OF_ROWS> > measurements.txt

Be patient as it can take more than a minute to have the file generated.