Friflo.Engine.ECS.Boost 3.0.0-preview.13

Prefix Reserved
This is a prerelease version of Friflo.Engine.ECS.Boost.
dotnet add package Friflo.Engine.ECS.Boost --version 3.0.0-preview.13                
NuGet\Install-Package Friflo.Engine.ECS.Boost -Version 3.0.0-preview.13                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Friflo.Engine.ECS.Boost" Version="3.0.0-preview.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Friflo.Engine.ECS.Boost --version 3.0.0-preview.13                
#r "nuget: Friflo.Engine.ECS.Boost, 3.0.0-preview.13"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Friflo.Engine.ECS.Boost as a Cake Addin
#addin nuget:?package=Friflo.Engine.ECS.Boost&version=3.0.0-preview.13&prerelease

// Install Friflo.Engine.ECS.Boost as a Cake Tool
#tool nuget:?package=Friflo.Engine.ECS.Boost&version=3.0.0-preview.13&prerelease                

friflo ECS        splash

Wiki nuget codecov C# API Discord Wiki

Friflo.Engine.ECS.Boost

Extension for Friflo.Engine.ECS to boost performance of query execution.

Friflo.Engine.ECS is using only verifiably safe code.
Using unsafe code may lead to access violations errors in case of bugs caused by unsafe code.

To improve performance of query execution this library is allowed to use unsafe code.
For large query result sets the bounds check for array access using safe code is significant.

With unsafe code these bounds check can be elided resulting in a performance boost of ~30%.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Friflo.Engine.ECS.Boost:

Repository Stars
friflo/Friflo.Engine.ECS
High performance 🔥 C# ECS
Version Downloads Last updated
3.0.0-preview.13 95 8/26/2024
3.0.0-preview.12 75 8/18/2024
3.0.0-preview.11 73 8/11/2024
3.0.0-preview.10 98 8/8/2024