more-containers alternatives and similar packages
Based on the "Data Structures" category.
Alternatively, view more-containers alternatives based on common mentions on social networks and blogs.
-
parameterized-utils
A set of utilities for using indexed types including containers, equality, and comparison. -
justified-containers
Standard containers, with keys that carry type-level proofs of their own presence.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of more-containers or a related project?
README
More containers
[...] a multimap (sometimes also multihash or multidict) is a generalization of a map or associative array abstract data type in which more than one value may be associated with and returned for a given key. -- Wikipedia
[...] a multiset (aka bag or mset) is a modification of the concept of a set that, unlike a set, allows for multiple instances for each of its elements. -- Wikipedia