summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
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.