[ 原始碼: 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()