tjhunter / timrcv

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

Add builder interface to the API #30

Closed tjhunter closed 2 years ago

tjhunter commented 2 years ago

A builder interface minimizes the memory footprint and allows other interesting optimizations in the future. It should become the recommended interface for ingesting ballots.

tjhunter commented 2 years ago

Closed with #35