-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
BTreeMap: bring back the key slice for immutable lookup #81217
Conversation
@bors r+ rollup=never in case it has perf effects |
📌 Commit c0e8075 has been approved by |
⌛ Testing commit c0e8075 with merge 20c4653b12095750b2282a23e242eb1d15bae307... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry - cargo lockfile not pinned for pgo |
☀️ Test successful - checks-actions |
Pave the way for binary search, by reverting a bit of #73971, which banned
keys
for misbehaving while it was defined for everyBorrowType
. Adding somedebug_assert
s along the way.r? @Mark-Simulacrum