Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.6% downloads on hackage.haskell.org

hackage.haskell.org : list-tries

This library provides implementations of finite sets and maps for list keys using tries, both simple and of the Patricia kind. In most (or all? sorry, haven't benchmarked yet) cases, the Patricia tries will have better performance, so use them unless you have reasons not to. The data types are parametrized over the map type they use internally to store the child nodes: this allows extending them to support different kinds of key types or increasing efficiency. Child maps are required to be instances of the Map class in Data.ListTrie.Base.Map. Some operations additionally require an OrdMap instance. The Eq, Ord, and Enum modules contain ready structures for key types which are instances of those classes, using lists of pairs, Data.Map, and Data.IntMap respectively.

Registry - Homepage - JSON
purl: pkg:hackage/list-tries
Keywords: bsd3, data, data-structures, library
License: BSD-3-Clause
Latest release: about 4 years ago
First release: about 15 years ago
Dependent repositories: 12
Downloads: 15,268 total
Last synced: 20 days ago

    Loading...
    Readme
    Loading...