Производительность выше крыши

This commit is contained in:
2025-02-19 20:10:19 +03:00
parent 50236c6309
commit 97f7fc2967
11 changed files with 121 additions and 56 deletions
+1
View File
@@ -71,6 +71,7 @@ var x = 0;
for (int i = 0; i < iterations; i++)
{
x = loadSingleton.Next(x);
// Console.WriteLine(x);
}
timer.Stop();