This commit is contained in:
Thorsten Sommer 2020-07-28 19:49:50 +02:00
parent 1a01cdf71f
commit 2a81a5ebd9

View File

@ -1,3 +1,4 @@
# ExaArray
An exa-scale array for .NET
ExaArray is a .NET library for exa-scale array-like structures. By using this library, it becomes possible to
add up to 4.4 quintillion i.e. 4,410,000,000,000,000,000 elements into one array. When using `byte` for `T`,
this would need at least approx. 3.8 EB of memory.