Package Usage: go: github.com/google/btree
Package btree implements in-memory B-Trees of arbitrary degree.
btree implements an in-memory B-Tree for use as an ordered data structure.
It is not meant for persistent storage solutions.
It has a flatter structure than an equivalent red-black or other binary tree,
which in some cases yields better memory usage and/or performance.
See some discussion on the matter here:
Note, though, that this project is in no way related to the C++ B-Tree
implementation written about there.
Within this tree, each node contains a slice of items and a (possibly nil)
slice of children. For basic numeric values or raw structs, this can cause
efficiency differences when compared to equivalent C++ template code that
stores values in arrays within the node:
These issues don't tend to matter, though, when working with strings or other
heap-allocated structures, since C++-equivalent structures also must store
pointers and also distribute their values across the heap.
This implementation is designed to be a drop-in replacement to gollrb.LLRB
trees, (http://github.com/petar/gollrb), an excellent and probably the most
widely used ordered tree implementation in the Go ecosystem currently.
Its functions, therefore, exactly mirror those of
llrb.LLRB where possible. Unlike gollrb, though, we currently don't
support storing multiple equivalent values.
There are two implementations; those suffixed with 'G' are generics, usable
for any type, and require a passed-in "less" function to define their ordering.
Those without this prefix are specific to the 'Item' interface, and use
its 'Less' function for ordering.
6 versions
Latest release: 8 months ago
19,921 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/google/btree
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/google%2Fbtree
Dependent Repos 129,423
paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET CoreSize: 176 MB - Last synced: 3 days ago - Pushed: 3 days ago

roblabla/dependabot-core Fork of dependabot/dependabot-core
🤖 The core logic behind Dependabot's update PR creation, and the public issue tracker for all things DependabotSize: 52.9 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

rxrddd/austin-v2
基于kratos 的聚合消息推送平台Size: 1.94 MB - Last synced: 10 months ago - Pushed: about 2 years ago


Mu-L/alertmanager Fork of prometheus/alertmanager
Prometheus AlertmanagerSize: 28.4 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platformSize: 140 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

influxdata/influxdb-observability
Size: 1.8 MB - Last synced: 19 days ago - Pushed: about 1 month ago

eumel8/otc-rds-operator 📦
RDS Operator for Open Telekom CloudSize: 359 KB - Last synced: over 1 year ago - Pushed: over 1 year ago

stolostron/governance-policy-template-sync Fork of open-cluster-management-io/governance-policy-template-sync 📦
Size: 6.81 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

TeachersPayTeachers/linux-audit-exporter
Export Linux audit status as Prometheus metricsSize: 112 KB - Last synced: 11 months ago - Pushed: about 1 year ago

eblindeman/dashboard Fork of kubernetes/dashboard
General-purpose web UI for Kubernetes clustersSize: 143 MB - Last synced: 11 months ago - Pushed: 12 months ago

Zondax/rosetta-filecoin-lib
Size: 455 KB - Last synced: about 1 month ago - Pushed: about 1 month ago

backube/pvc-transfer
A Golang library for handling data replication of Kubernetes PVCsSize: 143 KB - Last synced: 20 days ago - Pushed: over 2 years ago

RafaySystems/terraform-provider-rafay
Rafay terraform providerSize: 6.56 MB - Last synced: 9 days ago - Pushed: 9 days ago

dariusbakunas/truenas-go-sdk
Go SDK for interacting with TrueNAS APIs (generated by Openapi Generator)Size: 1.33 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

msf/parquet-go Fork of xitongsys/parquet-go
pure golang library for reading/writing parquet fileSize: 7.83 MB - Last synced: about 1 hour ago - Pushed: over 2 years ago

IBM/ibm-commonui-operator
Operator used to install the common webui serviceSize: 45.8 MB - Last synced: 6 days ago - Pushed: 6 days ago

getoctane/octane-go
Go library providing programatic access to the Octane APISize: 2.7 MB - Last synced: 10 months ago - Pushed: over 1 year ago




LATOKEN/bridge-backend-service
Size: 449 KB - Last synced: about 1 month ago - Pushed: over 2 years ago

GoogleCloudPlatform/gke-poc-toolkit
📦 Demo generator for Google Kubernetes Engine!Size: 12.9 MB - Last synced: 14 days ago - Pushed: 19 days ago

m-lab/stats-pipeline
Contains code that processes M-Lab data and provides it in various formats for other use.Size: 447 KB - Last synced: 4 days ago - Pushed: 3 months ago

Mu-L/docker-slim Fork of slimtoolkit/slim
DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)Size: 64.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

planetscale/cli
The CLI for PlanetScale DatabaseSize: 5.82 MB - Last synced: 3 days ago - Pushed: 3 days ago

outscale/cluster-api-provider-outscale
Cluster API Provider for Outscale enables automated Kubernetes cluster management on Outscale’s cloud, integrating with Cluster API for seamless scaling and deployment.Size: 16.8 MB - Last synced: 4 days ago - Pushed: 4 days ago

kubeshop/kusk
CLI for Kusk Gateway related functionalitySize: 6.51 MB - Last synced: 26 days ago - Pushed: over 2 years ago

Cha0sIDL/ZeroBot-Plugin Fork of FloatTech/ZeroBot-Plugin
基于 ZeroBot 的 OneBot 插件Size: 28.4 MB - Last synced: 11 months ago - Pushed: over 1 year ago

drand/drand
🎲 A Distributed Randomness Beacon Daemon - Go implementationSize: 49.1 MB - Last synced: 3 days ago - Pushed: 8 days ago

drh-determined-ai/determined Fork of determined-ai/determined
Determined: Deep Learning Training PlatformSize: 114 MB - Last synced: 11 months ago - Pushed: over 1 year ago

jt-nti/fabric-builder-k8s Fork of hyperledger-labs/fabric-builder-k8s
Proof of concept Fabric builder for KubernetesSize: 602 KB - Last synced: 30 days ago - Pushed: 30 days ago

kubernetes-retired/cluster-api-provider-nested 📦
Cluster API Provider for Nested ClustersSize: 2.96 MB - Last synced: 3 days ago - Pushed: 8 months ago

YumYum6/dependabot-core Fork of dependabot/dependabot-core
🤖 The core logic behind Dependabot's update PR creation, and the public issue tracker for all things DependabotSize: 42.1 MB - Last synced: 11 months ago - Pushed: over 2 years ago

jimsheldon/terraform-provider-drone
A terraform provider for drone.ioSize: 188 KB - Last synced: 2 months ago - Pushed: almost 2 years ago

ionos-cloud/terraform-provider-ionoscloud
The IONOS Cloud Terraform provider gives the ability to deploy and configure resources using the IONOS Cloud APIs.Size: 146 MB - Last synced: 10 days ago - Pushed: 10 days ago

manish8561/go_microservice
go_microservice with grpcSize: 821 KB - Last synced: 13 days ago - Pushed: 13 days ago

Seanstoppable/wtf Fork of wtfutil/wtf
The personal information dashboard for your terminal.Size: 47.6 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

