Skip to content

haskell-unordered-containers/unordered-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d52a0fd · Jan 9, 2024
Oct 10, 2023
Jun 8, 2023
Apr 15, 2022
May 27, 2022
May 27, 2022
Mar 4, 2022
Dec 28, 2017
Oct 16, 2012
Mar 4, 2022
Jan 9, 2024
Mar 22, 2022
Dec 30, 2010
Mar 1, 2022
Dec 30, 2010
Aug 17, 2022
Jan 9, 2024

Repository files navigation

unordered-containers

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.

For background information and design considerations on this package see the Developer Guide.

For practical advice for contributors see CONTRIBUTING.md.