[ 原始碼: golang-go-patricia ]
套件:golang-github-tchap-go-patricia-dev(2.2.6-5)
golang-github-tchap-go-patricia-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-go-patricia:
- [golang-go-patricia_2.2.6-5.dsc]
- [golang-go-patricia_2.2.6.orig.tar.gz]
- [golang-go-patricia_2.2.6-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
golang-go-patricia is a generic patricia trie (also called radix tree).
The patricia trie as implemented in this library enables fast visiting of items in some particular ways:
1. visit all items saved in the tree, 2. visit all items matching particular prefix (visit subtree), or 3. given a string, visit all items matching some prefix of that string.
This package contains the source.
其他與 golang-github-tchap-go-patricia-dev 有關的套件
|
|
|
|
-
- dep: golang-github-satori-go.uuid-dev
- Go package for creating and parsing UUID