EntropySink

Technical & Scientific => Programming => Topic started by: ober on March 18, 2011, 01:15:38 PM

Title: Negatives to ArrayList?
Post by: ober on March 18, 2011, 01:15:38 PM
Are there any?  I noticed in several classes the other programmers here use Arrays with defined sizes instead of ArrayLists and I am curious if there is a reason.
Title: Re: Negatives to ArrayList?
Post by: ober on March 18, 2011, 01:43:40 PM
Nevermind... looked it up.  Seems like ArrayLists use a little more memory and processing, but the advantages kind of outweigh that.