hashable
There are 8 repositories under hashable topic.
iThink32/Thread-Safe-Dictionary
A Thread Safe Dictionary
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.
chernjie/hashable
Generate consistent hashable JSON payload, great for piping through hash functions.
stansmida/swift-conformable-existential
Hashable and Codable support for existential types
KellyOB/ScrabbleCheater
Build a scrabble cheating app.
hansalemaos/screwduplicates
provides a simple and efficient way to remove duplicates from an iterable (even with unhashable elements, optional order preservation)
hansalemaos/screwhashcounter
Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
hansalemaos/screwhashesset
A set that handles all kinds of objects (hashable or not) and preserves the order of the elements