summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-13 06:31:09 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-13 06:31:09 +1100
commit835c2dffc539e277812925469c82662482e1bbc5 (patch)
treed964f03e28597afe28a842df627288cb72de79e7 /notes.txt
parentf9658404967d5fd39d22980d953dd49c72795da6 (diff)
Removed all Haskell and other old code, updated readme/notes
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/notes.txt b/notes.txt
index 2e6cf7c..0244d49 100644
--- a/notes.txt
+++ b/notes.txt
@@ -11,20 +11,11 @@ add proper tiebreaker handling
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 and/or forkIO
-
-group votes by uniqueness to reduce memory requirements, speed things up, and accommodate group tickets?
+multithreaded operation?
make the goddamn results correct
are they correct now? it's a bit murky with how the AEC records transfers in DOP logs
does the AEC use truncated values or exact ratios for transfer values?
does the AEC check for candidates having quota when transfers are only partially done?
-place candidate IDs and party designations into different fields in logfiles
-
-try and replace the constant recounting with unboxed vectors of ballot bundles that can be moved, split up, sorted, etc
-