diff options
| author | tslil clingman <tslil@posteo.de> | 2022-09-27 00:27:37 +0200 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2022-09-27 00:27:37 +0200 |
| commit | 19e4b5bead91b3c5eaefec77d5f703df9c1b2305 (patch) | |
| tree | 799aed04e0b5c171270bd5ded09dbcc4d72a267d /src/main.rs | |
| parent | e7cd7f1d821b071a83cf003d02f8897523c8a70c (diff) | |
Penalty for index under-usage
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index dfc791e..041730d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ use layout::*; use std::time::Instant; -const NUM_CONTESTANTS: usize = 64; +const NUM_CONTESTANTS: usize = 128; const NUM_PERSIST: usize = 8; // TODO: Layout is really pre-layout, have something that takes a layout and |
