Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 404 Bytes

1 Billion Row Challenge

This repository is the implementation of popular 1 billion row challenge in rust, known as 1brc.

Reproduction of results

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