From 64ccf6ef0aa18e898565ff59159dc8165a780f9d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 30 Jan 2017 13:47:26 +1100 Subject: checkNoQuota should mark order of election properly now --- notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index cc49536..e644ad7 100644 --- a/notes.txt +++ b/notes.txt @@ -37,7 +37,7 @@ more counters/parsers/options to handle state elections, general stv data more detailed logging for preference distribution? tracking of exhausted/fractional-loss ballots? -multithreaded operation to speed counting up, possibly using unsafePerformIO +multithreaded operation to speed counting up, possibly using unsafePerformIO and/or forkIO group votes by uniqueness to reduce memory requirements, speed things up, and accommodate group tickets? -- cgit