[ 源代码: golang-github-k-sone-critbitgo ]
软件包:golang-github-k-sone-critbitgo-dev(1.4.0-2)
golang-github-k-sone-critbitgo-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-k-sone-critbitgo:
- [golang-github-k-sone-critbitgo_1.4.0-2.dsc]
- [golang-github-k-sone-critbitgo_1.4.0.orig.tar.gz]
- [golang-github-k-sone-critbitgo_1.4.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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()