ArraySlice.Fody
0.5.12
Array Slice allows to build memory shared arrays with the same syntax as an array and still retain the performance of using raw arrays. We modify the IL to make sure you can squeeze all the performance that it is available to you.
Install-Package ArraySlice.Fody -Version 0.5.12
dotnet add package ArraySlice.Fody --version 0.5.12
<PackageReference Include="ArraySlice.Fody" Version="0.5.12"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArraySlice.Fody --version 0.5.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ArraySlice.Fody, 0.5.12"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- Fody (>= 1.26.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.