Popularity
9.7
Stable
Activity
5.0
-
223
12
99

Monthly Downloads: 671
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.2.13.0

unordered-containers alternatives and similar packages

Based on the "Data" category.
Alternatively, view unordered-containers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of unordered-containers or a related project?

Add another 'Data' Package

README

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 developer and contributor documentation see the [Developer Guide](docs/developer-guide.md).