summary refs log tree commit diff
path: root/src/libcollections/benches
AgeCommit message (Expand)AuthorLines
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+42
2017-05-19Try to optimise char patternsSimonas Kazlauskas-6/+17
2017-05-05Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]>Scott McMurray-6/+12
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+21
2017-03-21Implement feature sort_unstableStjepan Glavina-49/+62
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+1540