Ara3D.Memory
1.6.1
dotnet add package Ara3D.Memory --version 1.6.1
NuGet\Install-Package Ara3D.Memory -Version 1.6.1
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="Ara3D.Memory" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ara3D.Memory" Version="1.6.1" />
<PackageReference Include="Ara3D.Memory" />
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 Ara3D.Memory --version 1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ara3D.Memory, 1.6.1"
#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 Ara3D.Memory@1.6.1
#: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=Ara3D.Memory&version=1.6.1
#tool nuget:?package=Ara3D.Memory&version=1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ara3D.Memory
This is a collection of useful classes and interfaces in C# and .NET 8 for efficiently working with potentially large amounts of aligned low-level memory.
The primary classes and structs are:
AlignedMemory- A block of fixed memory that is aligned to a specific byte boundary. This makes casting between SIMD type (like Vector256) safe and efficient. It can be larger than 2GB.FixedArray- A pointer to an array that is fixed in memory, and provides access via ByteSlices and Spans.ByteSlice- A pointer to a region of memory, with a length. Similar to aSpan<byte>except that it can be stored on the heap and can be longer than 2GB. Provides helpers for safe casting to unmanaged types.UnmanagedList<T>- A dynamic array of unmanaged types which uses, and makes public, an aligned memory block. Can grow but not shrink.Buffer<T>- A type-safe wrapper around aByteSlicethat exposes an array-like interface for reading and writing.MemoryMappedView- A view over a memory-mapped file with support for sub-views.MemoryMappedFileExtensions- Helpers to create views and read bytes intoAlignedMemory.
The interfaces are:
IBuffer- A generic block of memory accessible as a slice.ITypedBuffer- A generic interface for a buffer of unmanaged types.INamedBuffer- A buffer with an associated name.IBuffer<T>- An array of unmanaged types. ImplementsIReadOnlyList<T>INamedBuffer<T>- An array of unmanaged types associated with a name.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.0
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Ara3D.Memory:
| Package | Downloads |
|---|---|
|
Ara3D.Geometry
Package Description |
|
|
Ara3D.IO.BFAST
Package Description |
|
|
Ara3D.Models
Package Description |
|
|
Ara3D.SDK.Core
Low-level cross-platform foundation packages for Ara 3D SDK applications. |
|
|
Ara3D.SDK.Geometry
Cross-platform geometry and modeling stack: math, meshes, instances, materials, and render buffers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.6.1 | 412 | 7/3/2026 |