OpenTally/src
RunasSudo 3902c37768
Refactor CandidateMap
2022-08-21 06:02:06 +10:00
..
cli Avoid more allocations in fold 2022-08-20 22:33:48 +10:00
numbers Initial implementation of --constraint-mode repeat_count 2022-04-20 19:42:20 +10:00
parser Use NoHashHasher for Candidate HashMaps to improve performance 2022-08-20 23:25:16 +10:00
stv Write more efficient implementation for CandidateMap which does not rely on hashing 2022-08-21 05:24:54 +10:00
writer rust-clippy linting 2021-10-28 00:30:55 +11:00
candmap.rs Refactor CandidateMap 2022-08-21 06:02:06 +10:00
constraints.rs Write more efficient implementation for CandidateMap which does not rely on hashing 2022-08-21 05:24:54 +10:00
election.rs Write more efficient implementation for CandidateMap which does not rely on hashing 2022-08-21 05:24:54 +10:00
lib.rs Refactor HashMap for Candidates into dedicated struct (CandidateMap) 2022-08-21 03:57:37 +10:00
logger.rs Initial implementation of --constraint-mode repeat_count 2022-04-20 19:42:20 +10:00
main.rs Update for clap stable 2022-06-18 22:36:00 +10:00
sharandom.rs Initial implementation of --constraint-mode repeat_count 2022-04-20 19:42:20 +10:00
ties.rs Initial implementation of --constraint-mode repeat_count 2022-04-20 19:42:20 +10:00