From 19e4b5bead91b3c5eaefec77d5f703df9c1b2305 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 27 Sep 2022 00:27:37 +0200 Subject: Penalty for index under-usage --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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 -- cgit v1.3.1