-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BinaryHeap #6
Comments
Not entirely straightforward, since the subtree split/pull method currently employed to bring in the relevant bits of liballoc only works on git tree objects and not blobs—and liballoc's binary heap implementation is (currently) in a lone file within its Perhaps liballoc can be persuaded to refactor for our benefit, but assuming not I will research how upstream changes to such a single file can be pulled in (if at all) and how to combine such an approach with the automated pulls for the rest of the imported pieces of liballoc that are being investigated as part of #2. At worst we can just import the whole |
…ap/mod.rs, r=Mark-Simulacrum mv binary_heap.rs binary_heap/mod.rs I confess this request is somewhat selfish, as it's made in order to ease synchronisation with my [copse](https://crates.io/crates/copse) crate (see eggyal/copse#6 for explanation). I wholly understand that such grounds may be insufficient to justify merging this request—but no harm in asking, right?
Fixed in a8aa2bc |
…, r=Mark-Simulacrum mv binary_heap.rs binary_heap/mod.rs I confess this request is somewhat selfish, as it's made in order to ease synchronisation with my [copse](https://crates.io/crates/copse) crate (see eggyal/copse#6 for explanation). I wholly understand that such grounds may be insufficient to justify merging this request—but no harm in asking, right?
No description provided.
The text was updated successfully, but these errors were encountered: