Fedora 18 Update: ghc-hashtables-1.0.1.6-4.fc18

updates at fedoraproject.org updates at fedoraproject.org
Sat Jan 12 01:29:47 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-20192
2012-12-11 19:58:15
--------------------------------------------------------------------------------

Name        : ghc-hashtables
Product     : Fedora 18
Version     : 1.0.1.6
Release     : 4.fc18
URL         : http://hackage.haskell.org/package/hashtables
Summary     : Mutable hash tables in the ST monad
Description :
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.

This package currently contains three hash table implementations:

1. Data.HashTable.ST.Basic contains a basic open-addressing hash table
using linear probing as the collision strategy.

2. Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing"
which has worst-case O(1) lookups and can reach a high "load factor".

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

--------------------------------------------------------------------------------
Update Information:

Build on all arch's
--------------------------------------------------------------------------------
ChangeLog:

* Tue Dec 11 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.6-4
- build on all arch's
- update with cabal-rpm
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update ghc-hashtables' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list