summary refs log tree commit diff
path: root/src/liballoc/benches/btree
AgeCommit message (Expand)AuthorLines
2020-01-12Add more BTreeMap/BTreeSet benchmarks regarding iterationStein Somers-8/+69
2019-11-29Format liballoc with rustfmtDavid Tolnay-19/+19
2019-11-14introduce benchmarks of HashSet operationsStein Somers-6/+2
2019-10-23proposal for access to BTreeMap/BTreeSet first/last, #62924Stein Somers-0/+25
2019-03-29improve worst-case performance of BTreeSet difference and intersectionStein Somers-57/+57
2019-02-21introduce benchmarks of BTreeSet.intersectionStein Somers-0/+89
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-5/+4
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-3/+5
2018-12-25Remove licensesMark Rousskov-21/+0
2018-12-21fix deprecation warnings in liballoc benchesRalf Jung-2/+2
2017-11-29Fix use of rand in liballoc benchesJohn-John Tedro-1/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+168