ExaArray/README.md

4 lines
271 B
Markdown
Raw Normal View History

2020-07-28 14:27:26 +00:00
# ExaArray
2020-07-28 17:49:50 +00:00
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`,
2020-07-28 17:50:35 +00:00
this would need approx. 3.8 EB of memory.