Skip to content

1๏ธโƒฃ๐Ÿ๐ŸŽ๏ธ The One Billion Row Challenge

License

Notifications You must be signed in to change notification settings

gabrieledarrigo/1brc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

1brc 1๏ธโƒฃ๐Ÿ๐ŸŽ๏ธ

Rust

The One Billion Row Challenge

A fun exploration of how quickly 1B rows from a text file can be aggregated with Rust.

Generate the data file

To generate the data file, run the following command:

time cargo run --release --bin create-measurements 1000000000

Run the challenge

$ cargo build --release && time target/release/1brc >/dev/null

About

1๏ธโƒฃ๐Ÿ๐ŸŽ๏ธ The One Billion Row Challenge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages