Skip to content

tumdum/1brc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages