go-github-com-gammazero-deque 1.0.0
Channel: guix
Home page: https://github.com/gammazero/deque
Licenses: Expat
Synopsis: Fast ring-buffer double-ended queue
Description:
Package deque provides a fast ring-buffer deque (double-ended queue) implementation for Golang.
It generalizes a queue and a stack, to efficiently add and remove items at either end with O(1) performance. Queue (FIFO) operations are supported using PushBack and PopFront. Stack (LIFO) operations are supported using PushBack and PopBack.
Total results: 1