[ aria ]
[ Bron: golang-github-google-btree ]
Pakket: golang-github-google-btree-dev (1.0.0-1)
Verwijzigingen voor golang-github-google-btree-dev
Het bronpakket golang-github-google-btree downloaden:
- [golang-github-google-btree_1.0.0-1.debian.tar.xz]
- [golang-github-google-btree_1.0.0-1.dsc]
- [golang-github-google-btree_1.0.0.orig.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.