ghc-vector-hashtables 0.1.1.2
Efficient vector-based mutable hashtables implementation
This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015).
- Outputs:
out
- Website: https://github.com/klapaucius/vector-hashtables#readme
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-vector-hashtables 0.1.1.2
as follows:
guix install ghc-vector-hashtables@0.1.1.2
Or install the latest version:
guix install ghc-vector-hashtables
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.