sjakobi / unordered-containers

Efficient hashing-based container types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Efficient hashing-based container types

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%