julia
40d4f4a0
- searchsorted ranges: simplify code, fix bug with Unsigned needle
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
searchsorted ranges: simplify code, fix bug with Unsigned needle This avoids computing `length` unnecessarily, which often requires a division, and is therefore often expensive.
References
#40364 - searchsorted ranges: simplify code, fix bug with Unsigned needle
Author
vtjnash
Committer
vtjnash
Parents
454fc517
Loading