unordered-containers

Efficient hashing-based container types

https://github.com/tibbe/unordered-containers

Version on this page:0.2.6.0@rev:1
LTS Haskell 24.15:0.2.20.1
Stackage Nightly 2025-10-12:0.2.20.1
Latest on Hackage:0.2.20.1

See all snapshots unordered-containers appears in

BSD-3-Clause licensed by Johan Tibell
Maintained by [email protected]
This version can be pinned in stack with:unordered-containers-0.2.6.0@sha256:fea1bf926f4a4f27280e6333c4a3b0a036ad395e49f94e2fae76208082073277,4105

Module documentation for 0.2.6.0

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.

Changes

0.2.6.0

  • Mark several modules as Trustworthy.

  • Add Hashable instances for HashMap and HashSet.

  • Add mapMaybe, mapMaybeWithKey, update, alter, and intersectionWithKey.

  • Add roles.

  • Add Hashable and Semigroup instances.

0.2.5.1 (2014-10-11)

  • Support base-4.8