AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

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

Closed ghost closed 6 months ago

ghost commented 6 months ago

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.