Added SegmentedPool

This commit is contained in:
Jim
2025-11-04 01:00:03 +00:00
committed by 0xJ1M
parent e5d4a47962
commit 0ba3a9fef5
10 changed files with 1753 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>