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

  • SEARCH
  • Home
  • 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 7996701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:46:21+00:00 2026-06-04T14:46:21+00:00

I am currently building a data structure which relies a lot on efficiency. Can

  • 0

I am currently building a data structure which relies a lot on efficiency.

Can anyone provide me with resources on how the Find(item => item.X = myObject.Property) method actually works?
Does it iterate linearly throughout all elements until it finds the element?

And what if I know the index of myObject and I use ElementAt(index)?

Which will be the most efficient of these two please?

  • 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-06-04T14:46:23+00:00Added an answer on June 4, 2026 at 2:46 pm

    From the MSDN documentation on List<T>.Find

    This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.

    I imagine that ElementAt is optimized for IList and will do a direct index. But since you’re apparently using this object from the List concrete type anyway, why not just do a direct index? Like this:

    var result = list[index];
    

    If you already know the index, there is no point to searching. Just go straight to it.

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

Sidebar

Related Questions

I'm building a data structure for storing tile data from isometric maps. I'm currently
I'm currently building a library around the Google Analytics Data Export API. When i'm
I'm currently building an iPhone app that will display data from an NSMutableArray called
I'm currently building a Rails app, where a user can upload an mp3 and
I'm currently building a P2P-system which uses Protocol Buffers for all communication between the
I'm currently working on redesigning an application which is building a model from input
I am currently building an application using ASP.NET MVC. The data entry pages are
I am currently building a website that uses data from a JSON based REST
I'm currently building a user control that displays a message when a Repeater is
I'm currently building a new app based on a legacy database. In the app,

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.