julia
8150f666
- Make partialsort!() and partialsortperm!() return a view rather than a copy
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Make partialsort!() and partialsortperm!() return a view rather than a copy Returning a copy (partially) defeats the purpose of these functions, which is to avoid allocations.
References
#23051 - Rename select* functions to partialsort* and various related fixes
Author
nalimilan
Committer
nalimilan
Parents
35881021
Loading