]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #19450 : jbapple/rust/pq-pop-time, r=Gankro
authorbors <bors@rust-lang.org>
Tue, 2 Dec 2014 02:52:15 +0000 (02:52 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Dec 2014 02:52:15 +0000 (02:52 +0000)
pop calls siftdown, siftdown calls siftdown_range, and siftdown_range
loops on an index that can start as low as 0 and approximately doubles
each iteration.


Trivial merge