An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hashable

This package defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. Hashable is intended exclusively for use in in-memory data structures. Hashable does not have a fixed standard. This allows it to improve over time. Because it does not have a fixed standard, different computers or computers on different versions of the code will observe different hash values. As such, hashable is not recommended for use other than in-memory datastructures. Specifically, hashable is not intended for network use or in applications which persist hashed values. For stable hashing use named hashes: sha256, crc32, xxhash etc.

Ecosystem
hackage.haskell.org
Latest Release
1.0.0
over 15 years ago
Versions
52
Downloads
520,360 total
Dependent Packages
395
Dependent Repos
3,129
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/hashable
spec
License BSD-3-Clause
First Release over 15 years ago
Last Synced 21 days ago
Repository
Stars 100 on GitHub
Forks 83 on GitHub
Docker Dependents 2
Docker Downloads 89
Commits 444
Committers 40
Avg per Author 11.1
DDS 0.676
Rankings on hackage.haskell.org
Overall Top 2.4%
Downloads Top 0.1%
Dependent packages Top 0.1%
Dependent repos Top 0.2%
Forks Top 4.4%
Docker downloads Top 1.3%