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 6373885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:25:11+00:00 2026-05-25T01:25:11+00:00

I need to build a sequence of objects that are loaded from an external

  • 0

I need to build a sequence of objects that are loaded from an external resource. This loading being an expensive operation needs to be delayed until the time the objects are needed. After the collection is built, I need an indexed access to the contained objects. Does Scala standard library provide a collection suited to this use case? If not, what will be the best way to implement it?

Edit:

The indexed lookup should preferably be an O(1) operation.

  • 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-25T01:25:12+00:00Added an answer on May 25, 2026 at 1:25 am

    Strange, Miles recently tweeted about this. A reply then points out to Need at the end of Name.scala in scalaz and another one points to specs’ LazyParameter.

    Little testing with Need:

    import scalaz._
    import Scalaz._
    val longOp = { var x = 0; () => {println("longOp"); x += 1; x }}
    val seq = Seq(Need(longOp()), Need(longOp()))
    val sum = seq.map(_.value).sum
    val sum = seq.map(_.value).sum
    
    val v = Need(longOp())
    val s = v.map("got " + _)
    println(s.value)
    println(s.value)
    

    prints:

    longOp: () => Int = <function0>
    seq: Seq[scalaz.Name[Int]] = List(
      scalaz.Name$$anon$2@1066d88, scalaz.Name$$anon$2@1011f1f)
    longOp
    longOp
    sum: Int = 3
    sum: Int = 3
    v: scalaz.Name[Int] = scalaz.Name$$anon$2@133ef6a
    s: scalaz.Name[java.lang.String] = scalaz.Name$$anon$2@11696ec
    longOp
    got 3
    got 3
    

    So longOp is only called once on first access of value.

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

Sidebar

Related Questions

I'm trying to build a sequence that determines the order to destroy objects. We
I need to build a jar file that includes (other, external projects') Maven artefacts.
I need to build something that starts serving a H.264 encoded video to a
I need to build a function which parses the domain from a URL. So,
Let's say I need to retrieve the median from a sequence of 1000000 random
I need to build a simple, single user database application for Windows. Main requirements
I need to build a managed DLL, targeted for x64, and expose it via
We need to build an administration portal website to support our client/server application. Since
I need to build a simple HTTP server in C. Any guidance? Links? Samples?
I need to build a prototype for an intranet website, and I want to

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.