Registry / database / cznic-lldb

cznic-lldb

JSON →
library1.1.0gogounverified

Package lldb implements a low level database engine using a virtual memory model with BTree support.

go get github.com/cznic/lldb
INSTALL
IMPORT
SIG · CZNIC-LLDB
C
cznic-lldb
databasegov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lldb
github.com/cznic/lldb

Creates a new in-memory filer and allocator.

package main import ( "fmt" "github.com/cznic/lldb" ) func main() { filer := lldb.NewMemFiler() alloc, err := lldb.NewAllocator(filer, &lldb.Options{}) if err != nil { panic(err) } fmt.Println(alloc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
cznic-lldb — go get cznic-lldb · libregistry