ExaArray 1.4.1-rc

This is a prerelease version of ExaArray.
dotnet add package ExaArray --version 1.4.1-rc
NuGet\Install-Package ExaArray -Version 1.4.1-rc
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="ExaArray" Version="1.4.1-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExaArray --version 1.4.1-rc
#r "nuget: ExaArray, 1.4.1-rc"
#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 ExaArray as a Cake Addin
#addin nuget:?package=ExaArray&version=1.4.1-rc&prerelease

// Install ExaArray as a Cake Tool
#tool nuget:?package=ExaArray&version=1.4.1-rc&prerelease

ExaArray

ExaArray is a .NET library for exa-scale array-like structures. By using this library, it becomes possible to add up to 4.6 quintillion i.e. 4,607,183,514,018,780,000 elements into a one-dimensional array. When using byte for T, this would need approx. 4 EB of memory. The two-dimensional array can grow up to 18.4 quintillion i.e. 18,446,744,073,709,551,615 elements, though.

Extending the data structure performs as O(n) with O(m+n) of memory. Accessing the data performs as O(1), though. For the generic type T, any .NET type can be used: The ExaArray uses managed memory.

Storing to and loading from an arbitrary stream is supported. The data stored in this way should never be part of a public API. Serializing and deserializing is not secure: an attacker can manipulate the data in a targeted manner to compromise the API server, etc.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.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.

Version Downloads Last updated
1.4.1-rc 342 9/20/2020
1.4.0 406 8/22/2020
1.3.0 425 8/4/2020
1.2.0 546 8/1/2020
1.1.1 392 7/30/2020
1.1.0 416 7/29/2020
1.0.0 405 7/28/2020