BrightSpots / rcv

Ranked Choice Voting Universal Tabulator
Mozilla Public License 2.0
73 stars 19 forks source link

WIP: Avoid re-reading CVRs during 'Tabulate' step of validation modal #839

Open yezr opened 4 months ago

yezr commented 4 months ago

As described by @artoonie in this comment on #679, we currently read the CVRs twice: once to get the total number of ballots for the validation modal and again during the Tabulation. Let's think about how to avoid doing that.

Some things to think about....

HEdingfield commented 4 months ago

Discussed a bit in this PR comment thread.