Skip to content

Implementation of 1 Billion row challenge in Rust

Notifications You must be signed in to change notification settings

smabbasht/1brc-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of 1 Billion row challenge in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published