rust/src/libcore/benches
Shotaro Yamada fbe5aa57ed Override Cycle::try_fold
name                            old ns/iter  new ns/iter  diff ns/iter   diff %  speedup
 iter::bench_cycle_take_ref_sum  927,152      927,194                42    0.00%   x 1.00
 iter::bench_cycle_take_sum      938,129      603,492          -334,637  -35.67%   x 1.55
2018-12-09 00:01:09 +09:00
..
char core/benches: Add char::to_digit() benchmarks 2018-11-13 22:02:51 +01:00
hash Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
num core/benches/num: Add from_str/from_str_radix() benchmarks 2018-11-21 11:48:15 +01:00
any.rs bench: libcore: fix build failure of any.rs benchmark (use "dyn Any") 2018-08-29 12:18:05 +02:00
iter.rs Override Cycle::try_fold 2018-12-09 00:01:09 +09:00
lib.rs core/benches: Add char::to_digit() benchmarks 2018-11-13 22:02:51 +01:00
ops.rs Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
slice.rs Improve the performance of binary_search by reducing the number of 2017-11-11 16:00:26 +01:00