Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benaryorg/rust-loop_benchmarking

a repository showing a benchmark result of the source code contained
https://github.com/benaryorg/rust-loop_benchmarking

Last synced: about 2 months ago
JSON representation

a repository showing a benchmark result of the source code contained

Awesome Lists containing this project

README

        

# What is this?

This is just a repository showing a benchmark result of the source code
contained.

- Source:
`src/main.rs`
- Benchmark:
`test.txt`

# What is being benchmarked?

Two loops written in the programming language [Rust](http://rust-lang.org), one
using a _while_ and a mutable integer to count and a _for_ loop using a _Range_,
both counting the same amount (0 to `1_000_000`).