[ 原始碼: golang-github-ozeidan-fuzzy-patricia ]
套件:golang-github-ozeidan-fuzzy-patricia-dev(3.0.0-4)
golang-github-ozeidan-fuzzy-patricia-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-ozeidan-fuzzy-patricia:
- [golang-github-ozeidan-fuzzy-patricia_3.0.0-4.dsc]
- [golang-github-ozeidan-fuzzy-patricia_3.0.0.orig.tar.gz]
- [golang-github-ozeidan-fuzzy-patricia_3.0.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Generic patricia trie implemented in Go
A generic patricia trie (also called radix tree) implemented in Go.
This is a fork of go-patricia (https://github.com/tchap/go-patricia), which is optimized for memory consumption and also has slightly better performance. It additionally provides the functionality for fuzzy and substring searching on the inserted keys.