GithubHelp home page GithubHelp logo

Comments (4)

annevk avatar annevk commented on June 16, 2024

I'm not sure I understand the problem. A map is by definition ordered: https://infra.spec.whatwg.org/#ordered-map.

from infra.

domfarolino avatar domfarolino commented on June 16, 2024

I'm not saying we should define the fact that maps are "ordered" (we already do that). I'm asking if we should define how that ordering is determined. At least my assumption is that the "ordered" data structures rely on some sort of sorting to achieve that ordering. If you have an ordered set of Fetch request objects, and you iterate over the entire set, then in what order do you iterate over them? How do we "sort" the request objects? By ID? By URL? To be truly ordered a lot of languages would require you to pass in a custom comparator when one is not obvious from the input type.

from infra.

annevk avatar annevk commented on June 16, 2024

There is no sorting. The order is defined through insertion.

from infra.

domfarolino avatar domfarolino commented on June 16, 2024

I see, I guess I'm now realizing that's how JS's Set works too, etc. I guess I had std::map and std::unordered_map stuck in my brain when filing.

from infra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.