summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-06-09bench: Modify shootout-k-nucleotide to not read from the filesystemBrian Anderson-1/+83344
2012-06-09bench: Increase the difficulty of fastaBrian Anderson-1/+1
2012-06-09Add the Alioth k-nucleotide benchmarkKevin Cantu-11/+207
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-6/+6
2012-06-04core: Make uint::to_str fasterBrian Anderson-0/+16
2012-06-03fix args to shootout-mandelbrot benchmarkTed Horst-7/+8
2012-06-02bench: Add an unwinding benchmarkBrian Anderson-0/+85
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-3/+3
2012-05-30Remove warnings in std::par.Eric Holk-1/+1
2012-05-30Avoid some more copies.Eric Holk-6/+6
2012-05-30Added a factory version of par::mapi, which avoids the need for share_arc, an...Eric Holk-27/+29
2012-05-30Use std::deque now that the bugs are fixed. Also, avoid a few copies.Eric Holk-46/+7
2012-05-30Move par into libstd. Closes #2441.Eric Holk-113/+1
2012-05-30Include capture clauses when generating metadata.Eric Holk-6/+2
2012-05-29Adding shared_arc to hide some of the tedium of sharing an arc between tasks.Eric Holk-18/+28
2012-05-26bench: Remove task-perf-vector-party. No longer relevantBrian Anderson-23/+0
2012-05-26bench: Increase the difficulty of some benchmarksBrian Anderson-5/+5
2012-05-26core: Make range follow the for loop protocolBrian Anderson-25/+25
2012-05-25In generic word count, use str instead of [u8], and use built in is_alphabeti...Eric Holk-95/+8
2012-05-25Update word-count-generic to latest syntax and un-xfail it. Closes #1740.Eric Holk-52/+76
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-1/+1
2012-05-25replace last_use with liveness infoNiko Matsakis-1/+1
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-69/+155
2012-05-23bench: Remove 99bob benchmarksBrian Anderson-206/+0
2012-05-23bench: Reduce constants in std-smallintmap to make it valgrind fastBrian Anderson-1/+1
2012-05-22bench: Reduce some constants to make graph500-bfs fasterBrian Anderson-2/+2
2012-05-22Updating pbfs for new kind rules.Eric Holk-6/+7
2012-05-22Removed accidental machine size dependencies.Eric Holk-19/+22
2012-05-22Updating bfs to work with the new random methods.Eric Holk-9/+2
2012-05-22More unsafe pointers to share immutable structures between tasks. This versio...Eric Holk-16/+20
2012-05-22Be less careful about checking that lengths make sense, for slightly more per...Eric Holk-6/+2
2012-05-22Using unsafe pointers to views to try to reduce some vector copy and allocati...Eric Holk-20/+48
2012-05-22Using unsafe pointers to share closures.Eric Holk-1/+4
2012-05-22Using libstd future instead.Eric Holk-74/+38
2012-05-22A new version of the sequential BFS. This uses the same approach as the paral...Eric Holk-0/+91
2012-05-22BFS now tries a number of search keys.Eric Holk-18/+69
2012-05-22A parallel BFS.Eric Holk-6/+103
2012-05-22Adding a module with parallel vector operations.Eric Holk-4/+112
2012-05-22Added most of the Graph500 validation routine. It's very slow.Eric Holk-4/+109
2012-05-22Starting on a BFS benchmark, but ran into problems with the deque module, so ...Eric Holk-0/+172
2012-05-18create a smallintmap benchmarkNiko Matsakis-0/+46
2012-05-18port smallintmap over to dvecNiko Matsakis-2/+8
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+53
2012-05-15Remove `be` keyword.Lindsey Kuper-5/+5
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-4/+4
2012-04-25More slice use in vec, io, str, ebml, metadata encoder and decoder.Graydon Hoare-1/+1
2012-04-24Workarounds for bug #2280: add some temporaries for borrowing.Graydon Hoare-1/+4
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-2/+2
2012-04-19update syntax to include a slashNiko Matsakis-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-1/+1