Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Efficient hashing-based container types
https://github.com/haskell-unordered-containers/unordered-containers

Last synced: 3 months ago
JSON representation

Efficient hashing-based container types

Awesome Lists containing this project

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 background information and design considerations on this package see the
[Developer Guide](docs/developer-guide.md).

For practical advice for contributors see [`CONTRIBUTING.md`](CONTRIBUTING.md).