haskell-hashtables 1.0.1.4-1 source package in Ubuntu

Changelog

haskell-hashtables (1.0.1.4-1) unstable; urgency=low

  * New upstream release (Closes: #669227)
 -- Iain Lane <email address hidden>   Fri, 20 Apr 2012 15:28:39 +0200

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-hashtables_1.0.1.4.orig.tar.gz 35.8 KiB 63c42989f571d861e2ef4aa55047d87b5bfed16d57d6b90ab2e937907a913de8
haskell-hashtables_1.0.1.4-1.debian.tar.gz 2.6 KiB 7035fc569cc912906f1102bf85fc3ee56a48535dcdda2ce5cc01e599d4c7ea2d
haskell-hashtables_1.0.1.4-1.dsc 2.4 KiB be6d34cb9ad66b11e99f6ccec1fce1106721efc18b9dd9a8f576773d1a0c0317

View changes file

Binary packages built by this source

libghc-hashtables-dev: No summary available for libghc-hashtables-dev in ubuntu quantal.

No description available for libghc-hashtables-dev in ubuntu quantal.

libghc-hashtables-doc: mutable hash tables -- documentation

 This package provides a couple of different implementations of mutable hash
 tables in the ST monad, as well as a typeclass abstracting their common
 operations, and a set of wrappers to use the hash tables in the IO monad.
 .
 There are three hash table implementations:
 .
  * Data.HashTable.ST.Basic contains a basic open-addressing hash table using
    linear probing as the collision strategy. This should currently be the
    fastest available hash table implementation for lookups, although it has a
    higher memory overhead than others.
  * Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
    Cuckoo hashing has worst-case O(1) lookups and performs well even when the
    table is highly loaded.
  * Data.HashTable.ST.Linear contains a linear hash table, which trades some
    insert and lookup performance for higher space efficiency and much shorter
    delays when expanding the table.
 .
 This package provides the documentation for a library for the Haskell
 programming language. See http://www.haskell.org/ for more information on
 Haskell.

libghc-hashtables-prof: No summary available for libghc-hashtables-prof in ubuntu quantal.

No description available for libghc-hashtables-prof in ubuntu quantal.