about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-06-15 22:56:41 +0000
committerbors <bors@rust-lang.org>2021-06-15 22:56:41 +0000
commit684ca335d5620c973345dbc881158fd38402af70 (patch)
tree6b0833563af6bc3c51db28a5cd82868738ca9aba /library/std/src/sys/unix/process/process_unix.rs
parent607d6b00d4e0e0475b8de9d0c870b7126fdcdf6b (diff)
parent5db13c529c58948437535865eb6e3957e4b7bf58 (diff)
downloadrust-684ca335d5620c973345dbc881158fd38402af70.tar.gz
rust-684ca335d5620c973345dbc881158fd38402af70.zip
Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor
Integrate binary search codes of binary_search_by and partition_point

For now partition_point has own binary search code piece.
It is because binary_search_by had called the comparer more times and the author (=me) wanted to avoid it.

However, now binary_search_by uses the comparer minimum times. (#74024)
So it's time to integrate them.

The appearance of the codes are a bit different but both use completely same logic.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions