Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factisresearch/large-hashable
Efficiently hash Haskell values with MD5, SHA256, SHA512 and other hashing algorithms
https://github.com/factisresearch/large-hashable
generics hashing haskell md5 sha256 sha512 template-haskell
Last synced: 1 day ago
JSON representation
Efficiently hash Haskell values with MD5, SHA256, SHA512 and other hashing algorithms
- Host: GitHub
- URL: https://github.com/factisresearch/large-hashable
- Owner: factisresearch
- License: bsd-3-clause
- Created: 2015-11-26T21:16:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T08:23:30.000Z (over 1 year ago)
- Last Synced: 2024-03-15T00:51:28.053Z (8 months ago)
- Topics: generics, hashing, haskell, md5, sha256, sha512, template-haskell
- Language: Haskell
- Size: 139 KB
- Stars: 15
- Watchers: 10
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# LargeHashable
[![Build Status](https://travis-ci.org/factisresearch/large-hashable.svg?branch=master)](https://travis-ci.org/factisresearch/large-hashable)
[![Hackage](https://img.shields.io/hackage/v/large-hashable.svg)](http://hackage.haskell.org/package/large-hashable)Efficiently hash Haskell values with MD5, SHA256, SHA512 and other
hashing algorithms.## Install
* Using cabal: `cabal install large-hashable`
* Using Stack: `stack install large-hashable`### Building from git repository
- clone the repository
- Install the stack tool (http://haskellstack.org)
- `stack build` builds the code
- `stack test` builds the code and runs the tests
- `run-benchmarks.sh` runs the benchmark suite