Skip to content

Commit

Permalink
Auto merge of #30426 - gereeter:btree-rewrite, r=Gankro
Browse files Browse the repository at this point in the history
Despite being over 700 lines shorter, this implementation should use less memory than the previous one and is faster on at least insertions and iteration, the latter improving approximately 5x.

Technically a [breaking-change] due to removal of deprecated functions.

cc @apasel422 @gankro @goyox86

Fixes #27865.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/rust-lang/rust/30426)
<!-- Reviewable:end -->
  • Loading branch information
bors committed Jan 17, 2016
2 parents 077f4ee + be4128d commit 8846336
Show file tree
Hide file tree
Showing 6 changed files with 1,916 additions and 2,595 deletions.
Loading

0 comments on commit 8846336

Please sign in to comment.