Skip to content

Commit

Permalink
Moved JaggedArray to Arch.LowLevel and added that package as a de…
Browse files Browse the repository at this point in the history
…pendency. Updated the API.
  • Loading branch information
genaray committed Oct 3, 2023
1 parent aa5ca2e commit 684056b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 414 deletions.
48 changes: 0 additions & 48 deletions src/Arch.Benchmarks/EntityInfoDictionaryBenchmark.cs

This file was deleted.

76 changes: 0 additions & 76 deletions src/Arch.Tests/EntityInfoDictionaryTests.cs

This file was deleted.

3 changes: 2 additions & 1 deletion src/Arch/Arch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ BitSets are now vectorized, resulting in faster checks when large amounts of com
</ItemGroup>

<ItemGroup>
<PackageReference Include="Arch.LowLevel" Version="1.0.5" />
<PackageReference Include="Collections.Pooled" Version="2.0.0-preview.27" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="7.1.2" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="ZeroAllocJobScheduler" Version="1.0.2" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 684056b

Please sign in to comment.