julia
c2fb1dc7
- Make `unique(f, itr)` and `unique!(f, itr)` faster (#30286)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
Make `unique(f, itr)` and `unique!(f, itr)` faster (#30286) * Make `unique(f, itr)` and `unique!(f, itr)` faster Avoid creation of a `Set{Any}`. * Fix unique! for resizable OffsetVector
References
#30286 - Make `unique(f, itr)` and `unique!(f, itr)` faster
Author
andyferris
Parents
d7c3926b
Loading