julia
c2fb1dc7 - Make `unique(f, itr)` and `unique!(f, itr)` faster (#30286)

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
Author
Parents
Loading