| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-06-21 | Use `fold` to implement `Iterator::for_each` | Josh Stone | -0/+47 | |
| 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-04-28 | num: add minimal benchmarks for full floating-point formatting | Nathan Froyd | -0/+24 | |
| We have benchmarks for the floating-point formatting algorithms themselves, but not for the surrounding machinery like Formatter and translating to the flt2dec::Part slices. | ||||
| 2017-02-06 | Extract collections benchmarks to libcollections/benches | Son | -0/+661 | |
| And libcore/benches | ||||
