DataFrames.jl
DataFrames.jl copied to clipboard
Improve filter performance for single column source
We can use findall
instead of current approach which will be faster with e.g. https://github.com/andyferris/AcceleratedArrays.jl
See also #2381