Hacker News new | ask | show | jobs
by GyrosOfWar 4665 days 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?