summary refs log tree commit diff
path: root/src/libcore/benches
AgeCommit message (Expand)AuthorLines
2017-11-17Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnaybors-0/+6
2017-11-11Improve the performance of binary_search by reducing the number ofAlkis Evlogimenos-1/+68
2017-10-29Fundamental internal iteration with try_foldScott McMurray-0/+6
2017-10-04seperate and move miscellaneous benchmarks to librustcNiv Kaminer-69/+0
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+0
2017-09-25Add more custom folding to `core::iter` adaptorsJosh Stone-30/+121
2017-09-14Customize `<FlatMap as Iterator>::fold`Josh Stone-0/+38
2017-06-21Use `fold` to implement `Iterator::for_each`Josh Stone-0/+47
2017-04-28num: add minimal benchmarks for full floating-point formattingNathan Froyd-0/+24
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+661