From d1d6ff0de6894b1066e3e09f67eb4a6de4d3753b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 7 Jul 2017 20:42:34 +1000 Subject: Non-specialised tiebreaker handling added, but not tested --- notes.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'notes.txt') 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. -- cgit