User talk:Nat/SDSResearch

From Robowiki
< User talk:Nat
Revision as of 16:59, 12 March 2009 by Rednaxela (talk | contribs) (List speed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List speed

By the way, keep in mind that LinkedList is VERY slow if you use list.get(number), but if avoid accessing by index it's fast. Just the general rule, if it was very slow you were probably accessing with .get(number) --Rednaxela 14:59, 12 March 2009 (UTC)