Skip to content

Conversation

@jbapple
Copy link

@jbapple jbapple commented Dec 2, 2014

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.

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.
@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

@Gankra
Copy link
Contributor

Gankra commented Dec 2, 2014

Took me a while to process that this was a PR and not just an issue demanding O(1) pop. 🐫

bors added a commit that referenced this pull request Dec 2, 2014
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.
@bors bors closed this Dec 2, 2014
@bors bors merged commit 0212dff into rust-lang:master Dec 2, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 28, 2025
minor: Simplify impl-ty parse validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants