Skip to content

Commit

Permalink
Auto merge of #108448 - ishitatsuyuki:binary-heap, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
binary_heap: Optimize Extend implementation.

This PR makes the `Extend` implementation for `BinaryHeap` no longer rely on specialization, so that it always use the bulk rebuild optimization that was previously only available for the `Vec` specialization.
  • Loading branch information
bors committed Apr 3, 2023
2 parents a8950cf + 0c96c3e commit a0099ee
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a0099ee

Please sign in to comment.