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

investigate using Int32 in joins

Open bkamins opened this issue 3 years ago • 0 comments

If both tables in join-operations are fitting into Int32 range (probably a common case) then we can use Int32 instead of Int for indexing. This should speed up things.

bkamins avatar Mar 29 '21 11:03 bkamins