So in Matlab there's a pretty big difference in performance between 
preallocating an array, and growing it in a loop with a=[a new_element];
How big is the performance difference in Julia between preallocating and 
using push! to grow the array in a loop?

Thanks!
Achu

Reply via email to