An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.4% on proxy.golang.org
Top 1.0% dependent packages on proxy.golang.org
Top 1.1% dependent repos on proxy.golang.org
Top 6.3% forks on proxy.golang.org
Top 1.0% docker downloads on proxy.golang.org

proxy.golang.org : github.com/jupp0r/go-priority-queue

Package pq implements a priority queue data structure on top of container/heap. As an addition to regular operations, it allows an update of an items priority, allowing the queue to be used in graph search algorithms like Dijkstra's algorithm. Computational complexities of operations are mainly determined by container/heap. In addition, a map of items is maintained, allowing O(1) lookup needed for priority updates, which themselves are O(log n).

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/jupp0r/go-priority-queue
License: MIT
Latest release: about 9 years ago
First release: about 9 years ago
Namespace: github.com/jupp0r
Dependent packages: 22
Dependent repositories: 23
Stars: 27 on GitHub
Forks: 11 on GitHub
Docker dependents: 71
Docker downloads: 45,572
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...