From dcd0fb5849b1e20e46d2e943b59b430d6ec066ac Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 28 Jul 2020 19:50:35 +0200 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25433af..04b5a5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # 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 at least approx. 3.8 EB of memory. \ No newline at end of file +this would need approx. 3.8 EB of memory. \ No newline at end of file