From 88aa920231ce016d5c2e7d2cd5c37c81b6ad92f5 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 29 Jul 2020 19:38:37 +0200 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cc883b..6c5578d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ExaArray 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 approx. 3.8 EB of memory. +add up to 4.6 quintillion i.e. 4,607,183,514,018,780,000 elements into one array. When using `byte` for `T`, +this would need approx. 4 EB of memory. 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. \ No newline at end of file