/brc-rs

The 1 billion row challenge using Rust

Primary LanguageRustMIT LicenseMIT

MIT licensed

brc-rs - The 1 Billion Row Challenge in Rust

brc-rs is at attempt at the 1 billion row challenge in Rust. The challenge is to calculate the min, max, and mean temperatures from a dataset of 1 billion temperature readings. See 1brc for more information.

Getting Started

Usage

To run brc-rs with a dataset, ensure you have a file named measurements.txt with your temperature readings. Execute the following command:

cargo run --release

The program will process the file and output the calculation results.

License

This project is licensed under the MIT License - see the LICENSE file for details.


This README template is structured to introduce your project, guide users through installation and usage, and encourage contributions, matching the style of your previous README. Adjust the links to point to your actual GitHub repository and license file locations.