maxharlow / csvmatch

🔎 Finds fuzzy matches between CSV files
Other
183 stars 22 forks source link

Speed up with memory mapping? #23

Closed maxharlow closed 7 months ago

maxharlow commented 5 years ago

Could use something like Apache Arrow so files don't have to be kept in memory?

maxharlow commented 5 years ago

Or Numba? https://github.com/numba/numba