[ Bron: golang-github-k-sone-critbitgo ]
Pakket: golang-github-k-sone-critbitgo-dev (1.2.0-1)
Verwijzigingen voor golang-github-k-sone-critbitgo-dev
Debian bronnen:
Het bronpakket golang-github-k-sone-critbitgo downloaden:
- [golang-github-k-sone-critbitgo_1.2.0-1.dsc]
- [golang-github-k-sone-critbitgo_1.2.0.orig.tar.gz]
- [golang-github-k-sone-critbitgo_1.2.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
crit-bit for golang and its applications (sorted map, IP routing table)
Crit-bit trees (http://cr.yp.to/critbit.html) in golang and its applications.
This implementation extended to handle the key that contains a null character from C implementation (https://github.com/agl/critbit). Usage ```go // Create Trie trie := critbitgo.NewTrie()