Misaki.HighPerformance 1.0.4

There is a newer version of this package available.
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
                    
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="Misaki.HighPerformance" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Misaki.HighPerformance" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Misaki.HighPerformance" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Misaki.HighPerformance --version 1.0.4
                    
#r "nuget: Misaki.HighPerformance, 1.0.4"
                    
#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.
#:package Misaki.HighPerformance@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Misaki.HighPerformance&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Misaki.HighPerformance&version=1.0.4
                    
Install as a Cake Tool

Package Description

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last Updated
1.0.11 100 7/15/2026
1.0.10 186 5/12/2026
1.0.9 280 5/4/2026
1.0.4 134 1/13/2026