Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nocgod17558yTry arrays ;-)
Constant size.
Constant access time.
Much better than the dynamic size of lists and O(n) access time. -
@nocgod Only if you're using a linked list. Arraylist ftw (or the normal list for c#)
-
nocgod17558y@LucaScorpion array list is not space optimized, and quite terrible performance wise when runs out of space
Related Rants
Lists. Like really. I work so well with lists. Love lists.
Lists.
undefined
wk38