summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-07 20:42:34 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-07 20:42:34 +1000
commitd1d6ff0de6894b1066e3e09f67eb4a6de4d3753b (patch)
treed39c872c99d7daeaa283448f3c90171c409cfe45 /notes.txt
parentb42d2adc9de06d4ccc31874ea86c4ded3152af1d (diff)
Non-specialised tiebreaker handling added, but not tested
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/notes.txt b/notes.txt
index 5db08bc..e8262ac 100644
--- a/notes.txt
+++ b/notes.txt
@@ -5,6 +5,10 @@ notes
Preference deduplication isn't worth it unless there exists some linear dedupe algorithm.
+Multithreaded preference read-in isn't worth it unless the entire preference file is read in first,
+which would increase memory usage to unacceptable levels. Might implement this anyway later as an
+optional feature.
+
future direction
@@ -12,7 +16,7 @@ future direction
Util to list paper ids that fit specific criteria to doublecheck potential errors.
-Add proper tiebreaker handling.
+Test tiebreaker handling, specialise for federal/state elections.
More parsers/options to handle state elections, general STV data.