Updated `CollectionBenchmark` for setup/cleanup methods, streamlined benchmarking in `Program.cs`, and improved documentation in `AllocationOption` and `Allocator` enums. Made `Enumerator` structs public in several collections and clarified constructor parameters. Introduced a new `UnsafeStack` struct for stack operations. Enhanced `AllocationManager` with better memory tracking and management, ensuring proper allocation and disposal.
5 lines
114 B
C#
5 lines
114 B
C#
using BenchmarkDotNet.Running;
|
|
using Misaki.HighPerformance.Test;
|
|
|
|
BenchmarkRunner.Run<CollectionBenchmark>();
|