How to Install and Uninstall libghc-hashtables-prof Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 11,2024

1. Install "libghc-hashtables-prof" package

Please follow the instructions below to install libghc-hashtables-prof on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-hashtables-prof" package

Please follow the steps below to uninstall libghc-hashtables-prof on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-hashtables-prof package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-hashtables-prof
Architecture: amd64
Version: 1.2.3.4-1build1
Priority: extra
Section: universe/haskell
Source: haskell-hashtables
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1920
Provides: libghc-hashtables-prof-1.2.3.4-06fbb
Depends: libghc-hashtables-dev (= 1.2.3.4-1build1), libghc-base-prof-4.13.0.0-c9705, libghc-ghc-prim-prof-0.5.3-ce4de, libghc-hashable-prof-1.3.0.0-56a7e, libghc-primitive-prof-0.7.0.1-4044d, libghc-vector-prof-0.12.1.2-52265
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-prof_1.2.3.4-1build1_amd64.deb
Size: 202168
MD5sum: f85b3587f6e7489a2b9e8a79744f289e
SHA1: df3a969e4e41075274b3a92f277ae8bb697e7c35
SHA256: 6335f7ebe457c9f5f03eab9d60c98ffa52bbaa12f778ddc45a173fa7fc2bb17b
SHA512: 13f21886b956a724e98da633773ba295dc64bf7c52d65b4c497daada7e3eaef3990cb1f464d73a03daf42c41d8c9e12f72a796a97e0643748b7b6a262436b140
Homepage: http://github.com/gregorycollins/hashtables
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