How to Install and Uninstall libghc-hashtables-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libghc-hashtables-prof" package

Please follow the guidance below to install libghc-hashtables-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-hashtables-prof

2. Uninstall "libghc-hashtables-prof" package

This guide let you learn how to uninstall libghc-hashtables-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-hashtables-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-hashtables-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-hashtables-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1696
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hashtables
Version: 1.2.1.0-1build1
Provides: libghc-hashtables-prof-1.2.1.0-cde8e
Depends: libghc-hashtables-dev (= 1.2.1.0-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-hashable-prof-1.2.3.3-ce7af, libghc-primitive-prof-0.6.1.0-b2a7b, libghc-vector-prof-0.11.0.0-c6a21
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-prof_1.2.1.0-1build1_amd64.deb
Size: 191000
MD5sum: e32e1615b88dcdaaa666cfe9bd5b5eee
SHA1: 1b976ff8f2e1562ec71a06c2297d2757807cd26d
SHA256: dd53c62cc7c4192d75f06e16dad9049b6d8ff4ab7ad03d56bff988c299dc379b
Description-en: mutable hash tables -- profiling libraries; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: cbf27ae0a608b34ff1b1919709754a4c
Homepage: http://github.com/gregorycollins/hashtables
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu