[ ソース: golang-github-google-btree ]
パッケージ: golang-github-google-btree-dev (0.0~git20161217.0.316fb6d-1)
golang-github-google-btree-dev に関するリンク
Debian の資源:
golang-github-google-btree ソースパッケージをダウンロード:
- [golang-github-google-btree_0.0~git20161217.0.316fb6d-1.dsc]
- [golang-github-google-btree_0.0~git20161217.0.316fb6d.orig.tar.xz]
- [golang-github-google-btree_0.0~git20161217.0.316fb6d-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ, メールアーカイブ)
- Dmitry Smirnov (QA ページ)
- Tim Potter (QA ページ)
- Anthony Fok (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-tidwall-rtree-dev
- stx-btree-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-bwesterb-go-ristretto-dev
- golang-github-gogits-chardet-dev
- golang-github-lithammer-fuzzysearch-dev
- stx-btree-demo
- golang-github-azure-azure-sdk-for-go-dev
- golang-github-ant0ine-go-json-rest-dev
- golang-github-gopacket-gopacket-dev
- golang-github-masterminds-sprig-dev
BTree implementation for Go
This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure.
The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.