Coder Social home page Coder Social logo

hashcode's People

Contributors

m3talstorm avatar stuartbannerman avatar vbauerster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hashcode's Issues

Hash algorithm works poorly on objects

This package seems to have a couple issues. First, the 1.0.3 version uploaded to npm is different than the package here. However, regardless of whether using the hashcode implementation from GitHub or npm, the same bad behavior occurs:

var hc = require('hashcode') // or `require('hashcode').hashCode()` for the npm version
hc.value({"a": "1", "b": "3"}) // Outputs: 944008200
hc.value({"a": "2", "b": "2"}) // Outputs: 944008200
hc.value({"val1": "abc", "val2": "def", "val3": "unchanged"}) // Outputs -330168938
hc.value({"val1": "abb", "val2": "deg", "val3": "unchanged"}) // Outputs -330168938

Take any object with string values, and call its corresponding hashcode hash1. Now duplicate that object and 'increment' one string value and 'decrement' a different string value. Despite it being a completely different object, this implementation will still output hash1.

I think the object method needs to include the result so far in the call to hash(property + value(obj[property])). Even then, hash functions are notoriously difficult to get right, so I don't know if there are other issues with this package.

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.