Did some code cleanup,

added some extra thingies.
switched to spans. Let google gemini do whatever it wanted..
This commit is contained in:
Linus Björnstam 2026-04-16 11:51:38 +02:00
parent 978d0873dc
commit 7bea233edc
11 changed files with 944 additions and 248 deletions

View file

@ -21,7 +21,7 @@ public class BTreeFuzzTests
// CONFIGURATION
const int Iterations = 100_000; // High enough to trigger all splits/merges
const int KeyRange = 5000; // Small enough to cause frequent collisions
const bool showOps = true;
const bool showOps = false;
int Seed = 2135974; // Environment.TickCount;
// ORACLES
@ -167,4 +167,4 @@ public class BTreeFuzzTests
throw new Exception("Enumerator has extra items!");
}
}
}
}