[ Bron: golang-github-google-btree ]
Pakket: golang-github-google-btree-dev (1.0.1-1~bpo12+1)
Verwijzigingen voor golang-github-google-btree-dev
Debian bronnen:
Het bronpakket golang-github-google-btree downloaden:
- [golang-github-google-btree_1.0.1-1~bpo12+1.dsc]
- [golang-github-google-btree_1.0.1.orig.tar.gz]
- [golang-github-google-btree_1.0.1-1~bpo12+1.debian.tar.xz]
Beheerders:
- Debian Go Packaging Team (QA-pagina, Mailarchief)
- Dmitry Smirnov (QA-pagina)
- Tim Potter (QA-pagina)
- Anthony Fok (QA-pagina)
- John Goerzen (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-tidwall-rtree-dev
- stx-btree-dev
- golang-github-bmatsuo-lmdb-go-dev
- golang-github-canonical-go-dqlite-dev
- golang-github-gogits-chardet-dev
- golang-github-mailgun-ttlmap-dev
- stx-btree-demo
- golang-github-azure-azure-sdk-for-go-dev
- golang-github-apptainer-container-library-client-dev
- golang-github-hashicorp-go-envparse-dev
- golang-github-mattn-go-xmpp-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.