A collection of benchmarking and code optimization examples in Rust.
This project gathers different cases to compare performance and demonstrate how various changes can lead to faster code.
- Compare different coding approaches.
- Collect practical optimization examples.
- Help Rust developers understand the real-world performance impact of their choices.
Clone the repository and run the benchmarks:
git clone https://github.com/anisimov-anthony/blazzzing.git
cd blazzzing
cargo bench --bench "bench_name"- Open a Pull Request with new benchmarking examples.
- Add interesting optimization case studies.
- Open an Issue for ideas and discussions.
This project is licensed under the MIT License.
You are free to use, modify, and distribute this project, provided that proper credit is given.
See the LICENSE file for full details.