[ 源代码: 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.