Hello there ! 
I'm iterating many analyses in a loop - like millions -  and I need to store the results. Those results are are text values and numeric values. So far I stored the results in a data table but as the size of the table increase so does the memory, and the speed of the analyses tend to decrease. 
I'm looking for a way to save time and memory.
The table is already in private ( as sugested in an other topic of the forum) ; it makes it better but it's not sufficient. 
I tried to save my text variable in a list and my numeric ones in a vector  (it is pretty efficient for R). Maybe I did it wrong but it seems here to increase the time of the loop.   
Does any one have a good idea? 
I'm using Jmp 14 but I can have access to JMP 16.