proxy.golang.org : github.com/sig-0/insertion-queue
Package queue implements a priority queue (min or max) in slice representation that utilizes insertion sort for keeping the order of elements. As items are added one-by-one, the queue is kept sorted at all times, and items are easily accessible using basic indexing
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/sig-0/insertion-queue
Keywords:
insertion-sort
, priority-queue
, queue
License: Apache-2.0
Latest release: 5 months ago
First release: 5 months ago
Namespace: github.com/sig-0
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago