Package Usage: go: github.com/cznic/lldb
Package lldb implements a low level database engine. The database model used
could be considered a specific implementation of some small(est)
intersection of models listed in [1]. As a settled term is lacking, it'll be
called here a 'Virtual memory model' (VMM).
2016-07-24: v1.0.4 brings some performance improvements.
2016-07-22: v1.0.3 brings some small performance improvements.
2016-07-12: v1.0.2 now uses packages from cznic/internal.
2016-07-12: v1.0.1 adds a license for testdata/fortunes.txt.
2016-07-11: First standalone release v1.0.0 of the package previously
published as experimental (github.com/cznic/exp/lldb).
A Filer is an abstraction of storage. A Filer may be a part of some process'
virtual address space, an OS file, a networked, remote file etc. Persistence
of the storage is optional, opaque to VMM and it is specific to a concrete
Filer implementation.
Mechanism to allocate, reallocate (resize), deallocate (and later reclaim
the unused) contiguous parts of a Filer, called blocks. Blocks are
identified and referred to by a handle, an int64.
In addition to the VMM like services, lldb provides volatile and
non-volatile BTrees. Keys and values of a BTree are limited in size to 64kB
each (a bit more actually). Support for larger keys/values, if desired, can
be built atop a BTree to certain limits.
A handle is the abstracted storage counterpart of a memory address. There
is one fundamental difference, though. Resizing a block never results in a
change to the handle which refers to the resized block, so a handle is more
akin to an unique numeric id/key. Yet it shares one property of pointers -
handles can be associated again with blocks after the original handle block
was deallocated. In other words, a handle uniqueness domain is the state of
the database and is not something comparable to e.g. an ever growing
numbering sequence.
Also, as with memory pointers, dangling handles can be created and blocks
overwritten when such handles are used. Using a zero handle to refer to a
block will not panic; however, the resulting error is effectively the same
exceptional situation as dereferencing a nil pointer.
Allocated/used blocks, are limited in size to only a little bit more than
64kB. Bigger semantic entities/structures must be built in lldb's client
code. The content of a block has no semantics attached, it's only a fully
opaque `[]byte`.
Use of "scalars" applies to EncodeScalars, DecodeScalars and Collate. Those
first two "to bytes" and "from bytes" functions are suggested for handling
multi-valued Allocator content items and/or keys/values of BTrees (using
Collate for keys). Types called "scalar" are:
Included are concrete implementations of some of the VMM interfaces included
to ease serving simple client code or for testing and possibly as an
example. More details in the documentation of such implementations.
7 versions
Latest release: over 8 years ago
37 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/cznic/lldb
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/cznic%2Flldb
Dependent Repos 2,061
spolti/kie-cloud-operator Fork of kiegroup/kie-cloud-operator
OCP Operator for KIESize: 100 MB - Last synced: 7 months ago - Pushed: over 1 year ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.Size: 48.3 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.Size: 168 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

jan--f/telemeter Fork of openshift/telemeter
Prometheus push federationSize: 35 MB - Last synced: almost 2 years ago - Pushed: almost 2 years ago

carlkyrillos/integreatly-operator Fork of integr8ly/integreatly-operator
An Openshift Operator based on the Operator SDK for installing and reconciling Integreatly servicesSize: 128 MB - Last synced: 6 months ago - Pushed: 6 months ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for KubernetesSize: 34.9 MB - Last synced: about 2 years ago - Pushed: about 2 years ago


pulumi/pulumi-kubernetes-operator
A Kubernetes Operator that automates the deployment of Pulumi StacksSize: 31.5 MB - Last synced: 4 days ago - Pushed: 4 days ago

VibrentHealth/keycloak-operator Fork of keycloak/keycloak-operator
A Kubernetes Operator based on the Operator SDK for syncing resources in KeycloakSize: 12.5 MB - Last synced: 4 months ago - Pushed: 4 months ago

sknot-rh/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 442 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 449 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

kubesphere/notification-manager
K8s native notification management with multi-tenancy supportSize: 2.38 MB - Last synced: 7 days ago - Pushed: 7 days ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 13.1 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

blrm/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift DedicatedSize: 431 MB - Last synced: almost 2 years ago - Pushed: about 2 years ago

aswinsuryan/submariner-operator Fork of submariner-io/submariner-operator
The submariner-operator installs and maintains your submariner deployment.Size: 5.83 MB - Last synced: 4 months ago - Pushed: 4 months ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.Size: 288 MB - Last synced: 12 days ago - Pushed: 12 days ago

alrs/magma Fork of magma/magma
Platform for building access networks and modular network servicesSize: 199 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

tpantelis/submariner-addon Fork of stolostron/submariner-addon
An addon of submariner in ocm to provide network connectivity and service discovery among clusters.Size: 35.6 MB - Last synced: 7 months ago - Pushed: 7 months ago

Tessg22/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift DedicatedSize: 465 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 26.6 MB - Last synced: 11 months ago - Pushed: about 2 years ago

TMFRook/modeldb Fork of VertaAI/modeldb
Open Source ML Model Versioning, Metadata, and Experiment ManagementSize: 35 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago

dgfug/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 420 MB - Last synced: 11 months ago - Pushed: 11 months ago

boost-entropy-k8s/k8ssandra Fork of k8ssandra/k8ssandra
K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.Size: 25.2 MB - Last synced: 9 days ago - Pushed: 9 days ago

coopstah13/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 446 MB - Last synced: over 1 year ago - Pushed: about 2 years ago

ekmixon/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 463 MB - Last synced: 11 days ago - Pushed: 11 days ago

pawanku2/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 490 MB - Last synced: 6 days ago - Pushed: 6 days ago

francissimo/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 423 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

soracom/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 903 MB - Last synced: 7 days ago - Pushed: 7 days ago

nak3/serverless-operator Fork of openshift-knative/serverless-operator
An aggregation of serverless servicesSize: 65.9 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

christian-pinto/datashim Fork of datashim-io/datashim
A kubernetes based framework for hassle free handling of datasetsSize: 10.5 MB - Last synced: almost 2 years ago - Pushed: almost 2 years ago

mrueg/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 15.1 MB - Last synced: 11 months ago - Pushed: about 2 years ago

yeya24/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.Size: 11.1 MB - Last synced: 11 months ago - Pushed: 11 months ago

joshiste/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 449 MB - Last synced: 6 months ago - Pushed: over 2 years ago

thefreakingmind/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 445 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

geoand/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 447 MB - Last synced: over 1 year ago - Pushed: about 2 years ago

cognitedata/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 444 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

kameshsampath/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift 3Size: 444 MB - Last synced: 4 months ago - Pushed: about 2 years ago

wwjiang007/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift 3Size: 462 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

walnut-tom/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 450 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

Dohbedoh/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShiftSize: 456 MB - Last synced: 11 months ago - Pushed: about 2 years ago

L00170150/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.Size: 587 MB - Last synced: 5 days ago - Pushed: 6 days ago

rsarwad/magma Fork of magma/magma
Platform for building access networks and modular network servicesSize: 215 MB - Last synced: 11 months ago - Pushed: over 2 years ago

grafana/grizzly
A utility for managing Jsonnet dashboards against the Grafana APISize: 5.77 MB - Last synced: 6 days ago - Pushed: 6 days ago

kadel/odo Fork of redhat-developer/odo
OpenShift Command line for DevelopersSize: 206 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

stolostron/grafana Fork of grafana/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & MoreSize: 861 MB - Last synced: 10 days ago - Pushed: 10 days ago

openshift/cloud-ingress-operator
Operator to manage cloud Ingress/Load balancer scheme, switching between public/private modesSize: 13.7 MB - Last synced: 5 days ago - Pushed: 5 days ago


Medium/operator-sdk Fork of operator-framework/operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.Size: 64.5 MB - Last synced: 22 days ago - Pushed: about 2 years ago

sysdiglabs/redis_exporter Fork of oliver006/redis_exporter
Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x, 4.x, 5.x and 6.xSize: 7.09 MB - Last synced: 11 days ago - Pushed: 12 days ago

thavlik/homesec
Kubernetes-based home securitySize: 7.8 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

openshift-cherrypick-robot/serverless-operator Fork of openshift-knative/serverless-operator
Main source repository for Openshift ServerlessSize: 67.9 MB - Last synced: 9 months ago - Pushed: 9 months ago
