From ea99441e0da927e5a40cf21311265c7e22974f12 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 13 Feb 2017 13:21:17 +1100 Subject: Preference dedupe removed, bignum library obtained from internet (will be replaced later) --- notes.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index 0244d49..250dcee 100644 --- a/notes.txt +++ b/notes.txt @@ -1,5 +1,12 @@ +notes +----- + +preference deduplication isn't worth it unless there exists some linear dedupe algorithm + + + future direction ---------------- @@ -9,7 +16,7 @@ util to list paper ids that fit specific criteria to doublecheck potential error add proper tiebreaker handling -more counters/parsers/options to handle state elections, general stv data +more parsers/options to handle state elections, general stv data multithreaded operation? @@ -18,4 +25,6 @@ are they correct now? it's a bit murky with how the AEC records transfers in DOP 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? +REPLACE CRYPTO BIGNUM PACKAGES WITH OWN IMPLEMENTATION + -- cgit