[ ソース: 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.