The Artima Developer Community
Sponsored Link

Java Buzz Forum
LinkedList vs. ArrayList performance tests

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Keith Lea

Posts: 159
Nickname: leaklea
Registered: Jun, 2003

Keith Lea develops joscar, an open-source Java library for AOL Instant Messenger's OSCAR protocol.
LinkedList vs. ArrayList performance tests Posted: Jan 24, 2004 7:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Keith Lea.
Original Post: LinkedList vs. ArrayList performance tests
Feed Title: joustlog
Feed URL: http://joust.kano.net/weblog/feed/rss2/
Feed Description: Weblog for the Joust project, a Java AIM client and library.
Latest Java Buzz Posts
Latest Java Buzz Posts by Keith Lea
Latest Posts From joustlog

Advertisement
I always thought using LinkedList was a good idea for lists that I was only going to add to and iterate over, since there would be no overhead for allocating arrays larger than I needed. I ran some tests and...

Read: LinkedList vs. ArrayList performance tests

Topic: Martin Fowler has a Big One Previous Topic   Next Topic Topic: Eclipse Tip: Keeping plugins and workspace separate

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use