Closed
Description
This is supposed to be a meta issue for optimization efforts like http://www.reddit.com/r/rust/comments/2j2ij3/benchmark_improvement_reverse_compliment/
The benchmarks to optimize (where rustc is slower than g++, according to http://benchmarksgame.alioth.debian.org/u64q/rust.php):
- binary-trees
- pidigits
- mandelbrot
- fannkuch-redux (fixed by Update fannkuchredux benchmark #16999)
- fasta
- k-nucleotide
- n-body
- reverse-complement (fixed by Improve shootout-reverse-complement #18143, simplify shootout-reverse-complement.rs #18357)
- spectral-norm (fixed by bench: Improve the spectralnorm shootout benchmark #17989)
- regex-dna
- fasta-redux (Rust version missing)
Secondary benchmarks:
- meteor-contest
- chameleos-redux
- thread-ring
- binarytrees-redux