summary refs log tree commit diff
path: root/src/libcollections/benches/slice.rs
AgeCommit message (Expand)AuthorLines
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+41
2017-05-05Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]>Scott McMurray-6/+10
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+21
2017-03-21Implement feature sort_unstableStjepan Glavina-49/+61
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+280