MemoryLayout 1.0.3
See the version list below for details.
dotnet add package MemoryLayout --version 1.0.3
NuGet\Install-Package MemoryLayout -Version 1.0.3
<PackageReference Include="MemoryLayout" Version="1.0.3" />
<PackageVersion Include="MemoryLayout" Version="1.0.3" />
<PackageReference Include="MemoryLayout" />
paket add MemoryLayout --version 1.0.3
#r "nuget: MemoryLayout, 1.0.3"
#:package MemoryLayout@1.0.3
#addin nuget:?package=MemoryLayout&version=1.0.3
#tool nuget:?package=MemoryLayout&version=1.0.3
MemoryLayout is a serialization engine for .NET, specifically engineered for low-latency scenarios where every microsecond matters. It leverages Source Generation to transform complex data structures (including variable-length strings) into flat, contiguous, and highly optimized binary representations.
Unlike reflection-based or text-based serializers, MemoryLayout eliminates processing overhead and Heap allocations, allowing your objects to be converted into bytes near-instantly.
| 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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.