rust/src/libcore/benches
Josh Stone 4a8ddac99e Use fold to implement Iterator::for_each
The benefit of using internal iteration is shown in new benchmarks:

    test iter::bench_for_each_chain_fold     ... bench:     635,110 ns/iter (+/- 5,135)
    test iter::bench_for_each_chain_loop     ... bench:   2,249,983 ns/iter (+/- 42,001)
    test iter::bench_for_each_chain_ref_fold ... bench:   2,248,061 ns/iter (+/- 51,940)
2017-06-21 13:22:27 -07:00
..
hash Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
num num: add minimal benchmarks for full floating-point formatting 2017-04-28 15:24:09 -04:00
any.rs Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
iter.rs Use fold to implement Iterator::for_each 2017-06-21 13:22:27 -07:00
lib.rs Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
mem.rs Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
ops.rs Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00