Giter VIP home page Giter VIP logo

Comments (2)

StevenDoesStuffs avatar StevenDoesStuffs commented on July 21, 2024 1

Actually, you can use a commutative operator to put together the hash of the hashmap given the hashes of the keys and values. I know that other languages do this, so it's definitely not impossible.
Would you like me to give an example implementation?
rust-lang/rust#21182 (comment)
For those not concerned with DDoS attacks with our hashmaps and hashsets, security concerns aren't an issue at all. Of course, mixing for hashmaps will be a bit problematic as you have to choose to hash or not hash the values.

from hashbrown.

Amanieu avatar Amanieu commented on July 21, 2024

Unfortunately this is not possible because the ordering of the elements in a HashMap is non-deterministic but the hash value depends on the ordering. This means that two HashMaps with the same contents may have different hashes because the elements are in a different order internally.

from hashbrown.

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.