Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I don't believe that LinkedList is faster than ArrayList for sequential access using iterators. If you have profiling data that suggests otherwise, that would be very interesting to share. Commented Nov 17, 2011 at 21:33
  • Sorry, I guess I should have said that LinkedList should perform better for sequential access since you just dereference a pointer instead of having to do math first. I DO NOT have profiling that supports this datum, it just makes sense. Commented Nov 18, 2011 at 13:48