This package browser is in early development. Mind the rough edges.

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).

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ghc-vector-hashtables/badges/latest-version.svg)](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]]