You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The Computer Language Benchmarks Game: Rust implementations [](https://travis-ci.org/TeXitoi/benchmarksgame-rs)
2
2
3
3
This is the version I propose to the [The Computer Language Benchmarks
4
-
Game](http://benchmarksgame.alioth.debian.org/). It is mainly [the
to which I made the following modifications to be published:
8
-
- changing the header, as asked by the site (I have a dedicated
9
-
contributor line because I propose the program as asked by the
10
-
site);
11
-
- removing the rust test framework specific code;
12
-
- make it stable compliant (most of the time by adding crates);
13
-
- possibly removing warnings or other **trivial** modifications.
4
+
Game](http://benchmarksgame.alioth.debian.org/).
14
5
15
-
If you want to contribute, please propose your version first to the
16
-
official rust repository, and then propose a pull request here.
17
-
18
-
There is some exceptions:
19
-
- pidigits. I have a special version that is not provided by the
20
-
rust repo because it depends on GMP.
21
-
- mandelbrot and spectralnorm have specific version because of
22
-
`feature(simd)`.
23
-
- regex-dna, see https://github.com/rust-lang/regex/blob/master/examples/shootout-regex-dna.rs
24
-
25
-
You can propose directly a pull request here for these implementations if relevent.
6
+
For regex-dna, first propose your change to https://github.com/rust-lang/regex/blob/master/examples/shootout-regex-dna.rs, the submit a pull request here.
0 commit comments