radix-tree: Radix tree data structive over short byte-strings
This module provides a memory-efficient map from Data.ByteString.Short keys to arbitrary values implemented as a radix tree datastructure. Memory efficiency is achieved by sharing common prefixes of all keys.
Modules
- Data
- Data.RadixTree
- Data.RadixTree.Internal
- Data.RadixTree
Downloads
- radix-tree-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1 |
---|---|
Dependencies | base (>=4.9 && <5), bytestring, containers, deepseq, primitive [details] |
License | BSD-3-Clause |
Copyright | (c) 2018 Sergey Vinokurov |
Author | Sergey Vinokurov |
Maintainer | Sergey Vinokurov <serg.foo@gmail.com> |
Category | Data Structures |
Home page | https://github.com/sergv/radix-tree |
Source repo | head: git clone https://github.com/sergv/radix-tree.git |
Uploaded | by SergeyVinokurov at 2018-08-26T19:19:29Z |
Distributions | NixOS:0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 616 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2018-08-26 [all 2 reports] |