paulfitz / daff

align and compare tables
https://paulfitz.github.io/daff
MIT License
798 stars 67 forks source link

CPU Parallelization for daff ? #182

Open kerphi opened 2 years ago

kerphi commented 2 years ago

I use daff for big TSV diff but it's a bit slow to compare theses big TSV. However my server is a big one with 16 CPU. I observed daff uses just 1 CPU at 100% and all the 15 others are idle.

Thanks a lot for this great tool and thanks for any ideas.