tjhunter / timrcv

A library of rank voting algorithms
Apache License 2.0
1 stars 1 forks source link

Performance improvement: group the votes together #19

Open tjhunter opened 2 years ago

tjhunter commented 2 years ago

The ballots that have the same pattern can be grouped together internally. This will limit the amount of memory required and it should improve performance in most cases.