From 5d675432d376a19a733ba46615d1e0387c764348 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 29 Jan 2017 23:37:05 +1100 Subject: Bulk exclusions implemented using applied breakpoints --- notes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index d80fd23..cc49536 100644 --- a/notes.txt +++ b/notes.txt @@ -39,6 +39,8 @@ tracking of exhausted/fractional-loss ballots? multithreaded operation to speed counting up, possibly using unsafePerformIO -bulk exclusions to hopefully increase speed a bit +group votes by uniqueness to reduce memory requirements, speed things up, and accommodate group tickets? + +make the goddamn results correct -- cgit