psqversion Documentation on ocaml.org
Functional Priority Search Queues
psq provides a functional priority search queue for OCaml. This structure
behaves both as a finite map, containing bindings k -> p, and a priority queue
over p. It provides efficient access along more than one axis: to any binding
by k, and to the binding(s) with the least p.
Typical applications are searches, schedulers and caches. If you ever scratched your head because that A* didn't look quite right, a PSQ is what you needed.
The implementation is backed by priority search pennants.
psq is distributed under the ISC license.
| Author | David Kaloper Meršinjak <david@numm.org> |
|---|---|
| License | ISC |
| Published | |
| Homepage | https://github.com/pqwy/psq |
| Issue Tracker | https://github.com/pqwy/psq/issues |
| Maintainer | David Kaloper Meršinjak <david@numm.org> |
| Dependencies |
|
| Source [http] | https://github.com/pqwy/psq/releases/download/v0.1.0/psq-0.1.0.tbz sha256=979abf22fe357ef3cf3a6939a05ba158e8946b324bc3c1b0b23dcbb5637bf021 md5=21d6abc3db996888887ec61b7d38f885 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/psq/psq.0.1.0/opam |


