< Home - < Back

ghc-hashtables-devel


Information about the package, ghc-hashtables-devel, which is shipped with common Linux distributions. The ghc-hashtables-devel package is designed for, Mutable hash tables in the ST monad development files.


Package Name:

ghc-hashtables-devel

Summary:

Mutable hash tables in the ST monad development files

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. This package contains the development files.

Architecture:

x86_64

Version:

1.0.1.6

Release:

4.el6

Size:

460 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for ghc-hashtables-devel


Control the ghc-hashtables-devel package with the following handy commands outlined below.


Command

Description of Command

yum install ghc-hashtables-devel

This command will install ghc-hashtables-devel on the server.

yum remove ghc-hashtables-devel

This command will un-install ghc-hashtables-devel on the server. When you run this command, you will be asked if you are sure that you want to remove ghc-hashtables-devel, so you have to manually confirm that you want to do this.

yum -y remove ghc-hashtables-devel

This command will un-install ghc-hashtables-devel on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-hashtables-devel when using the -y flag.

yum update ghc-hashtables-devel

This command will update ghc-hashtables-devel to the latest version. When you run this command, you will be asked if you are sure that you want to remove ghc-hashtables-devel, so you have to manually confirm that you want to do this.

yum -y update ghc-hashtables-devel

This command will update ghc-hashtables-devel to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ghc-hashtables-devel when using the -y flag.

yum info ghc-hashtables-devel

This command will show you core information about the ghc-hashtables-devel package.

yum deplist ghc-hashtables-devel

This command will show you the dependencies for ghc-hashtables-devel. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ghc-hashtables-devel

This command will check if there is an update waiting on ghc-hashtables-devel. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.