GithubHelp home page GithubHelp logo

Comments (3)

cuviper avatar cuviper commented on September 26, 2024 2

without perturbing the order of the remaining elements

Just to be clear, the relative order is preserved, but the indexes of all entries after the removed one will be shifted. Doing otherwise would require leaving a hole, which we decided against.

I think we should add an ordered remove method though. Within the crate, we should be able to fixup the trailing items without rehashing them, so it will be faster that what you have. I suggest we deprecate remove, as that just calls swap_remove, and then add a distinct ordered_remove or some such.

from indexmap.

dbeckwith avatar dbeckwith commented on September 26, 2024

Having an order-preserving remove is all that's stopping me from using this crate right now, would be perfect if that gets added!

from indexmap.

KabDeveloper avatar KabDeveloper commented on September 26, 2024

@cuviper Hi,

Do order-preserving remove feature already added or not yet please ?

If not, is there any faster alternative function to preserve the orders ?

from indexmap.

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.