@hackage bytetrie0.1.0.1
Tries with Bytes as keys.
Categories
License
BSD-3-Clause
Maintainer
amartin@layer3com.com
Links
Versions
Installation
Dependencies (7)
- base >=4.12 && <5
- primitive >=0.7 && <0.10
- bifunctors >=5.6.1 && <5.7
- byte-containers >=0.1 && <0.2.0
- bytebuild >=0.3.16 && <0.4
- byteslice >=0.2.13 && <0.3 Show all…
Dependents (0)
Tries with Bytes
(equiv. ByteArray
) as keys. This implementation is
optimized for performing queries rather than updating the structure
repeatedly.