Re: [julia-users] Best data structure for a dynamic array

2014-02-22 Thread David P. Sanders
El viernes, 21 de febrero de 2014 09:57:10 UTC-6, Kevin Squire escribió: It's hard to answer without more information. Is this related to your other, self-answered post, where you mention adding and deleting elements? Yes, it's a simulation I'm working on, which is a particular kind of

Re: [julia-users] Best data structure for a dynamic array

2014-02-21 Thread Ivar Nesje
If you want performance, you will always need to test your actual use case. Kevin's remarks are the same I learned in my algorithms course, but he does not specify the size where the difference shows. On large problems there might be other effects dominating the runtime than what you think. I