A
A.E lover
Hi all,
I need to generate a float-type array with size 2^25. However, I got
the error: stack over flow due to too large array.
Do you know how to have the array with that big size? (I need exactly
that fixed size so the dynamic array does not work for my case).
Can I use a computer with larger memory? or what else?
Thanks,
I need to generate a float-type array with size 2^25. However, I got
the error: stack over flow due to too large array.
Do you know how to have the array with that big size? (I need exactly
that fixed size so the dynamic array does not work for my case).
Can I use a computer with larger memory? or what else?
Thanks,