Popularity
2.1
Declining
Activity
0.0
Stable
3
2
0
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Data Structures
Latest version: v0.1.0.2
indexed-containers alternatives and similar packages
Based on the "Data Structures" category.
Alternatively, view indexed-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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of indexed-containers or a related project?
README
indexed-containers: simple, no-frills indexed lists.
This library contains lists whose types are indexed by their lengths. The implementation is a simple wrapper around a regular list.
If the lengths of your lists are known statically, using indexed lists improves type safety with no runtime overhead.