mirror of https://git.musl-libc.org/git/musl
Browse Source
maintainer's note: the key observation here is that the compared element is the first slot of the second ceil(half) of the array, and thus can be removed for further comparison when it does not match, so that we descend into the second ceil(half)-1 rather than ceil(half) elements. this change ensures that nel strictly decreases with each iteration, so that the case of != but nel==1 does not need to be special-cased anymore.master
committed by
Rich Felker
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue