AdeptLanguage / Adept

The Adept Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How much memory is needed for a `List` of `2147483647` elements?

opened this issue · comments

The List contains double elements. The program crashed very quickly.

I think I still have plenty of RAM available.

Edit: It turned out I was wrong. My computer is really low on memory.