summary refs log tree commit diff
path: root/src/libstd/collections/hashmap/bench.rs
AgeCommit message (Collapse)AuthorLines
2014-09-04std: Refine and document HashMap's codePiotr Czarnecki-1/+1
* branchless `bucket.next()` * robin_hood is a free function * fixed the resize policy that was off by one * documented the growth algorithm * updated documentation after interface changes * removed old fixmes
2014-09-02std: Split hashmap.rs into modulesPiotr Czarnecki-0/+130