From: Joshua Simmons Date: Mon, 14 Nov 2022 20:31:50 +0000 (+0100) Subject: Increase the shark factor X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=9b8e10cc6ef62bca36b084ff32395167ce6b69b5;p=josh%2Fnarcissus Increase the shark factor --- diff --git a/narcissus/src/main.rs b/narcissus/src/main.rs index 8b65a62..c29415f 100644 --- a/narcissus/src/main.rs +++ b/narcissus/src/main.rs @@ -15,7 +15,7 @@ use narcissus_maths::{ }; const MAX_SHARKS: usize = 262_144; -const NUM_SHARKS: usize = 10; +const NUM_SHARKS: usize = 50; /// Marker trait indicates it's safe to convert a given type directly to an array of bytes. ///