A Thread Safe Dictionary
-
Updated
Oct 8, 2023 - Swift
A Thread Safe Dictionary
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 …
Hashable and Codable support for existential types
Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
Build a scrabble cheating app.
A set that handles all kinds of objects (hashable or not) and preserves the order of the elements
provides a simple and efficient way to remove duplicates from an iterable (even with unhashable elements, optional order preservation)
Add a description, image, and links to the hashable topic page so that developers can more easily learn about it.
To associate your repository with the hashable topic, visit your repo's landing page and select "manage topics."