How to Install and Uninstall libtsl-hopscotch-map-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "libtsl-hopscotch-map-dev" package

Please follow the instructions below to install libtsl-hopscotch-map-dev on Kali Linux

$ sudo apt update $ sudo apt install libtsl-hopscotch-map-dev

2. Uninstall "libtsl-hopscotch-map-dev" package

Please follow the steps below to uninstall libtsl-hopscotch-map-dev on Kali Linux:

$ sudo apt remove libtsl-hopscotch-map-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtsl-hopscotch-map-dev package on Kali Linux

Package: libtsl-hopscotch-map-dev
Source: hopscotch-map
Version: 2.3.1-1
Installed-Size: 268
Maintainer: Debian Med Packaging Team
Architecture: all
Size: 36564
SHA256: e34fee834a7b140498a659a356f5378e9314c50fdcf416c3f031bdb254956975
SHA1: 4360823865e288bd8ea4186ba97f420b37374dd3
MD5sum: 738274998bd05da1de9ac3da22efedcf
Description: C++ fast hash map and hash set using hopscotch hashing
The hopscotch-map library is a C++ implementation of a fast hash map and hash
set using open-addressing and hopscotch hashing to resolve collisions. It is a
cache-friendly data structure offering better performances than
`std::unordered_map` in most cases and is closely similar to
`google::dense_hash_map` while using less memory and providing more
functionalities.
.
The library provides the following main classes: `tsl::hopscotch_map`,
`tsl::hopscotch_set`, `tsl::hopscotch_pg_map` and `tsl::hopscotch_pg_set`. The
first two are faster and use a power of two growth policy, the last two use a
prime growth policy instead and are able to cope better with a poor hash
function. Use the prime version if there is a chance of repeating patterns in
the lower bits of your hash (e.g. you are storing pointers with an identity
hash function).
.
In addition to these classes the library also provides `tsl::bhopscotch_map`,
`tsl::bhopscotch_set`, `tsl::bhopscotch_pg_map` and `tsl::bhopscotch_pg_set`.
These classes have an additional requirement for the key, it must be
`LessThanComparable`, but they provide a better asymptotic upper bound.
Nonetheless if you don't have specific requirements (risk of hash DoS attacks),
`tsl::hopscotch_map` and `tsl::hopscotch_set` should be sufficient in most
cases and should be your default pick as they perform better in general.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Tessil/hopscotch-map/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/h/hopscotch-map/libtsl-hopscotch-map-dev_2.3.1-1_all.deb