Renaming and cleanup. Begin to use own small arena allocator

This commit is contained in:
2025-08-07 18:52:31 +03:00
parent 37f5d8a198
commit 89a2bee8d2
14 changed files with 280 additions and 23 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ using mROA.Benchmark;
Console.WriteLine("Hello, World!");
BenchmarkRunner.Run<IdGeneration>();
BenchmarkRunner.Run<ConcurrentAlloc>();