Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6880365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:57:53+00:00 2026-05-27T04:57:53+00:00

What is faster than ArrayList<String> in Java ? I have a list which is

  • 0

What is faster than ArrayList<String> in Java ? I have a list which is of an undefined length. (sometimes 4 items, sometimes 100).

What is the FASTEST way to add and get it from any list ? arrayList.add(string) and get() are very slow.

Is there a better way for this? (string s[] and then copyArray are the slowest?)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:57:54+00:00Added an answer on May 27, 2026 at 4:57 am

    Faster for what?

    “basically arraylist.add(string) and get() is very slow.” – based on what evidence? And compared to what? (No need for the word ‘basically’ here – it’s a high tech “um”.) I doubt that ArrayList is the issue with your app. Profiling your code is the only way to tell whether or not you’re just guessing and grasping at straws.

    Even an algorithm that’s O(n^2) is likely to be adequate if the data set is small.

    You have to understand the Big-Oh behavior of different data structures to answer this question. Adding to the end of an ArrayList is pretty fast, unless you have to resize it. Adding in the middle may take longer.

    LinkedList will be faster to add in the middle, but you’ll have to iterate to get to a particular element.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've heard that using StringBuilder is faster than using string concatenation, but I'm tired
Possible Duplicate: Is shifting bits faster than multiplying and dividing in Java? .NET? To
I'm reading up some material on whether Java can be faster than C++, and
Is C++/CLI faster than C#? In which type of operations is it faster?
When we don't need synchronization ArrayList is faster than Vector. And when we do
what would be the fastest way to merge a list of numpy arrays into
Is java FX applet faster than the traditional java applet?
Well it is definitely way faster than the built-in Web-Browser component of .Net Framework.
i thought linkedlists were supposed to be faster than an arraylist when adding elements?
Why is El Gamal faster than RSA with the same modulus length?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.