ghc-vector-hashtables
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).
- Versions: 0.1.1.2
- 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 the latest version of ghc-vector-hashtables
as follows:
guix install ghc-vector-hashtables
Or install a particular version:
guix install ghc-vector-hashtables@0.1.1.2
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.
Badge code
You can use the following badge to inform users of ghc-vector-hashtables about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-vector-hashtables'><img src='https://packages.guix.gnu.org/packages/ghc-vector-hashtables/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-vector-hashtables)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-vector-hashtables][https://packages.guix.gnu.org/packages/ghc-vector-hashtables/badges/latest-version.svg]]