]> git.nega.tv - josh/narcissus/commitdiff
Increase the shark factor
authorJoshua Simmons <josh@nega.tv>
Mon, 14 Nov 2022 20:31:50 +0000 (21:31 +0100)
committerJoshua Simmons <josh@nega.tv>
Mon, 14 Nov 2022 20:31:50 +0000 (21:31 +0100)
narcissus/src/main.rs

index 8b65a62ac24861a33f554595a9fd714408ca44c1..c29415f62beba00bc6ef479b82fd44ae9f6784e5 100644 (file)
@@ -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.
 ///