summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-01-30 13:47:26 +1100
committerJed Barber <jjbarber@y7mail.com>2017-01-30 13:47:26 +1100
commit64ccf6ef0aa18e898565ff59159dc8165a780f9d (patch)
tree803af4867d94b03b24632c9ab8b51fe411ab4159 /notes.txt
parentaac5df328a28eb4493853356871bfeb53e558660 (diff)
checkNoQuota should mark order of election properly now
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt2
1 files changed, 1 insertions, 1 deletions
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?