From 2a81a5ebd921d294cf86ef765461a9e9a8916b8a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 28 Jul 2020 19:49:50 +0200 Subject: [PATCH] Update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2d51f..25433af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # ExaArray - -An exa-scale array for .NET \ No newline at end of file +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