rust/src/test/bench
Daniel Micay 319eeb1c79 rename map -> oldmap and mark it as deprecated
LinearMap is quite a bit faster, and is fully owned/sendable without
requiring copies. The older std::map also doesn't use explicit self and
relies on mutable fields.
2013-02-03 15:55:10 -05:00
..
core-map.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
core-std.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
core-uint-to-str.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
core-vec-append.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
graph500-bfs.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
msgsend-pipes-shared.rs Reverse the order of the results of pipes::stream 2012-12-11 19:23:28 -08:00
msgsend-pipes.rs Reverse the order of the results of pipes::stream 2012-12-11 19:23:28 -08:00
msgsend-ring-mutex-arcs.rs libstd: refactor future, remove with(), remove ~ indirection. 2012-12-11 15:56:47 -08:00
msgsend-ring-pipes.rs libstd: refactor future, remove with(), remove ~ indirection. 2012-12-11 15:56:47 -08:00
msgsend-ring-rw-arcs.rs libstd: refactor future, remove with(), remove ~ indirection. 2012-12-11 15:56:47 -08:00
noise.rs libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=brson 2013-01-23 11:37:32 -08:00
pingpong.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
shootout-ackermann.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
shootout-binarytrees.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
shootout-chameneos-redux.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
shootout-fannkuchredux.rs core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut 2013-01-23 10:09:45 +00:00
shootout-fasta.rs testsuite: De-record most bench tests 2013-01-28 19:41:56 -08:00
shootout-fibo.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
shootout-k-nucleotide-pipes.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
shootout-k-nucleotide.data bench: Modify shootout-k-nucleotide to not read from the filesystem 2012-06-09 13:57:18 -07:00
shootout-mandelbrot.rs rename map -> oldmap and mark it as deprecated 2013-02-03 15:55:10 -05:00
shootout-nbody.rs test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting 2013-01-30 15:08:45 -08:00
shootout-pfib.rs Replace most invocations of fail keyword with die! macro 2013-01-31 22:25:12 -08:00
shootout-spectralnorm.rs core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut 2013-01-23 10:09:45 +00:00
std-smallintmap.rs modernize smallintmap 2013-01-31 23:22:51 -05:00
sudoku.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
task-perf-alloc-unwind.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
task-perf-jargon-metal-smoke.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
task-perf-linked-failure.rs Replace most invocations of fail keyword with die! macro 2013-01-31 20:12:49 -08:00
task-perf-one-million.rs Remove oldcomm from the test suite 2013-01-30 00:48:10 -08:00
task-perf-spawnalot.rs Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00