hashable

There are 8 repositories under hashable topic.

  • iThink32/Thread-Safe-Dictionary

    A Thread Safe Dictionary

    Language:Swift41438
  • juanelas/object-sha

    A package to perform SHA hash functions over key-value objects that works both in Node.js and native JS. It also can be used with typescript projects. It provides a single method `digest()` that first creates an array of the object values ordered by the object keys (order in JS objects is not guaranteed); then, it JSON.stringify it; and finally it hashes it. The output is a string with the hexadecimal representation of the digest. Internally the hash is computed using node crypto (node.js) or subtle crypto (browsers). In order to guarantee native compatibility with browsers, the supported hash algorithms are SHA-1, SHA-256, SHA-384 and SHA-512.

    Language:JavaScript3310
  • chernjie/hashable

    Generate consistent hashable JSON payload, great for piping through hash functions.

    Language:JavaScript1100
  • stansmida/swift-conformable-existential

    Hashable and Codable support for existential types

    Language:Swift1100
  • KellyOB/ScrabbleCheater

    Build a scrabble cheating app.

    Language:Swift0000
  • hansalemaos/screwduplicates

    provides a simple and efficient way to remove duplicates from an iterable (even with unhashable elements, optional order preservation)

    Language:Python
  • hansalemaos/screwhashcounter

    Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list

    Language:Python10
  • hansalemaos/screwhashesset

    A set that handles all kinds of objects (hashable or not) and preserves the order of the elements

    Language:Python10