You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added `Count` and `Capacity` properties to the `HashMap` class to expose its size and capacity. Introduced a `Clear` method to reset the hash map.
Simplified `Main` in `Program.cs` by removing `Utils.QSort` usage. Added a `HashMap<int, int>` instance to `UnsafeDictionaryBenchmark` for performance testing.
Updated `Setup` in `UnsafeDictionaryBenchmark` to clear the `HashMap` during initialization. Added a new `AddHashMap` benchmark method to measure `HashMap` performance, including automatic clearing when size exceeds 100,000.
0 commit comments