[ 原始碼: golang-github-google-btree ]
套件:golang-github-google-btree-dev(1.0.1-1)
golang-github-google-btree-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-google-btree:
- [golang-github-google-btree_1.0.1-1.dsc]
- [golang-github-google-btree_1.0.1.orig.tar.gz]
- [golang-github-google-btree_1.0.1-1.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Dmitry Smirnov (QA 頁面)
- Tim Potter (QA 頁面)
- Anthony Fok (QA 頁面)
- John Goerzen (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.