oleiade / lane

Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go
https://pkg.go.dev/github.com/oleiade/lane#pkg-types
MIT License
878 stars 76 forks source link

Option for capacity constrained queue? #22

Open mcandre opened 6 years ago

mcandre commented 6 years ago

Could Queue get a NewCappedQueue() edition for fixed-size FIFO queues?