6 ms·
> Also note that there is a HUGE performance difference between appending and prepeding to a list. :-) If you're going to do a lot of appending, might I sugge
by GyrosOfWar 13y ago
> Also note that there is a HUGE performance difference between appending and prepeding to a list. :-)
If you're going to do a lot of appending, might I suggest a ListBuffer or a Vector?