unordered-containers

Efficient hashing-based container types


Keywords
data, library, Propose Tags, Last Documentation, More info, unordered-containers-0.2.20.tar.gz, browse, Package description, Package maintainers, JohanTibell, dfeuer, sjakobi, edit package information
License
BSD-3-Clause
Install
cabal install unordered-containers-0.2.6.0

Documentation

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.