Hi , i have a code that calculates a value each frame and then im adding that value to an arraylist each frame and then im printing my arraylist.
The code works fine, but when my arraylist begin to grow more than 14,000 elements my processing begins to speed down until it crashes.
I need to have a very big arralist with more than 800 000 values.
How can i solve this problem?
cheers
T.
1