pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Simplify by removing the NBallot/dedup feature #56

Open carlschroedl opened 6 years ago

carlschroedl commented 6 years ago

There would need to be a very high probability of many voters submitting identical, long rankings in order for the dedup/NBallot concept to provide significant performance gains. Since that is unlikely, the feature is unnecessary complexity. Use the Ballot class instead.