This repository is the implementation of popular 1 billion row challenge in rust, known as 1brc
.
In order to get started you need rust
and python
installed on your system where python
is only used for generating data.
git clone https://github.com/smabbasht/1brc
cd 1brc/data
python3 createMeasurements.py 1000000000
cd ..
cargo run