Misaki.HighPerformance
1.0.4
See the version list below for details.
dotnet add package Misaki.HighPerformance --version 1.0.4
NuGet\Install-Package Misaki.HighPerformance -Version 1.0.4
<PackageReference Include="Misaki.HighPerformance" Version="1.0.4" />
<PackageVersion Include="Misaki.HighPerformance" Version="1.0.4" />
<PackageReference Include="Misaki.HighPerformance" />
paket add Misaki.HighPerformance --version 1.0.4
#r "nuget: Misaki.HighPerformance, 1.0.4"
#:package Misaki.HighPerformance@1.0.4
#addin nuget:?package=Misaki.HighPerformance&version=1.0.4
#tool nuget:?package=Misaki.HighPerformance&version=1.0.4
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Misaki.HighPerformance:
| Package | Downloads |
|---|---|
|
Misaki.HighPerformance.LowLevel
A true high-performance, low-level native memory and collection library for C#. Features a pluggable memory allocation architecture (AllocationHandle) with built-in allocators: Arena, FreeList, TLSF, and Malloc (mimalloc support). Includes fully unmanaged native collections (UnsafeArray, UnsafeList, UnsafeHashMap, etc.) and cross-platform mmap/munmap wrappers. Designed for Data-Oriented Design (DOD), custom game engines, and zero-allocation systems. |
|
|
Misaki.HighPerformance.Jobs
A high-performance, zero-allocation (0 GC), and zero-closure job system designed for custom game engines and data-oriented design (DOD). Features a lock-free Work-Stealing scheduler (SPMC) with DAG-based multi-dependency resolution. Includes a blazingly fast O(1) branchless priority queue (High/Normal/Low) using Cascade LUTs. Uniquely supports both unmanaged and managed jobs seamlessly via internal pooling, offering maximum flexibility without compromising C# GC performance. |
GitHub repositories
This package is not used by any popular GitHub repositories.