@hackage / unordered-containers

Efficient hashing-based container types

Latest0.2.21

About

Metadata

  • Last updated , by sjakobi
  • License BSD-3-Clause
  • Maintained by: simon.jakobi@gmail.com, David.Feuer@gmail.com

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    debug (off by default)

    Enable debug support

Readme

Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed.

The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared.

Security

This package currently provides no defenses against hash collision attacks such as HashDoS. Users who need to store keys derived from untrusted input are advised to use Data.Map or Data.Set from the containers package instead.