DataFrames.jl icon indicating copy to clipboard operation
DataFrames.jl copied to clipboard

Improve filter performance for single column source

Open bkamins opened this issue 2 years ago • 1 comments

We can use findall instead of current approach which will be faster with e.g. https://github.com/andyferris/AcceleratedArrays.jl

bkamins avatar Jun 18 '22 19:06 bkamins

See also #2381

evetion avatar Jul 05 '22 13:07 evetion