How to Install and Uninstall libghc-hashtables-prof Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libghc-hashtables-prof" package

This guide let you learn how to install libghc-hashtables-prof on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libghc-hashtables-prof package on Ubuntu 21.10 (Impish Indri)

Package: libghc-hashtables-prof
Architecture: amd64
Version: 1.2.3.4-1build2
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-80bc2
Depends: libghc-hashtables-dev (= 1.2.3.4-1build2), libghc-base-prof-4.13.0.0-2f220, libghc-ghc-prim-prof-0.5.3-49209, libghc-hashable-prof-1.3.0.0-d5f3c, libghc-primitive-prof-0.7.0.1-fc459, libghc-vector-prof-0.12.1.2-29734
Filename: pool/universe/h/haskell-hashtables/libghc-hashtables-prof_1.2.3.4-1build2_amd64.deb
Size: 201832
MD5sum: 3325c2b749f528dbe4cd6e685554cc61
SHA1: 0a00e72ef64f009312eefa8bc003c094422aaab1
SHA256: 74624a83889e6ea11d966b4af6b720061649ec10066f8f850342d916e2dfcc3b
SHA512: f1394b15c8909d3ad9c9cb22fc09ac960e9f04f81f6fe59aacda2d9f25da600e0aed5c671204d1a4ae3d99d70686123f341393e6bf59eaf443e5127a7e0b7f7a
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