03.04.2013, 13:06
Quote:
I did discover that very large global arrays can actually slow the compiler down a lot. Most of this speed loss will come from writing the blank arrays to the output file (file ops are generally quite slow) - I recently wrote a script which needed an array of 128Mb and the compiler ground to taking at least a minute to compile compared to seconds for the same script with a much smaller array.
|