Rust’s improvement on slice.binary_search_by() caused OOM on Polkadot

I don't see an issue for this. The behavior of binary_search_by changed in #74024 such that the result of the function after the patch is not the same as before. While not directly responsible … Read more

Similar