Registry / utility / beeker1121-goque

beeker1121-goque

JSON →
library2.1.0+incompatiblegogounverified

Provides embedded, disk-based implementations of stack, queue, and priority queue data structures.

go get github.com/beeker1121/goque
INSTALL
IMPORT
SIG · BEEKER1121-GOQUE
B
beeker1121-goque
utilitygov2.1.0+incompatible
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.

goque
github.com/beeker1121/goque

Create a persistent queue, enqueue and dequeue items.

package main import ( "fmt" "github.com/beeker1121/goque" ) func main() { q, _ := goque.OpenQueue("data_dir") defer q.Close() q.Enqueue([]byte("item1")) item, _ := q.Dequeue() fmt.Println(string(item)) }
Debug
Known issues
breakingThe v2 version uses +incompatible and may have breaking changes compared to v1.
fix
Check the documentation for migration guides if upgrading from v1.
affects: 2.x
Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
beeker1121-goque — go get beeker1121-goque · libregistry