]> git.lizzy.rs Git - rust.git/commit
auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 7 Jan 2014 13:56:36 +0000 (05:56 -0800)
committerbors <bors@rust-lang.org>
Tue, 7 Jan 2014 13:56:36 +0000 (05:56 -0800)
commit5f39d64f21759a57785731176df02feba24ee919
tree0374f0881636606e1d787cbc41d430fc9c6c0084
parentba6ed004b0a7bf40dbd906ba9c8677133213c6ef
parent167d533fe0624963cb3f836ebce06a457043c816
auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton

- Add `mut_iter`, `mut_lower_bound`, `mut_upper_bound`
- Remove some internal iterators
- Add benchmarks
- Improve performance of `{mut_,}{lower,upper}_bound`
- Minor clean-up of `extra::treemap` after I realised I wasn't exploiting macros to their full DRY potential.