@hackage / PerfectHash

A perfect hashing library for mapping bytestrings to values.

Version Deprecated package0.1.5

About

Metadata

  • Last updated , by MarkWotton
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Mark Wotton <mwotton@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

A perfect hashing library for mapping bytestrings to values. Insertion is not supported (by design): this is just a binding to the C-based CMPH library (http://cmph.sf.net). Only fromList and lookup operations are supported, but in many circumstances this is all that's required. CI at https://travis-ci.org/mwotton/PerfectHash