[![Crates.io Version](https://img.shields.io/crates/v/onebrc-gen)](https://crates.io/crates/onebrc-gen) [![Crates.io License](https://img.shields.io/crates/l/onebrc-gen)](./LICENSE) # onebrc-gen A fast tool for generating measurements for the 1 Billion Row Challenge (1BRC). ## Installation ```sh cargo install onebrc-gen ``` Run in terminal: `onebrc-gen` ## Usage ``` Usage: onebrc-gen.exe [OPTIONS] Options: -r, --rows Number of rows to generate [default: 1000000000] -o, --output Name of the output file [default: measurements.txt] -s, --silent Whether to show the progress bar -h, --help Print help ``` ## License This project is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).