psq v0.1.0 API Reference

Modules

PSQ provides a purely-functional implementation of priority search queues. A priority search queue is a data structure that efficiently supports both associative operations (like those for Map) and priority-queue operations (akin to heaps in imperative languages). The implementation is based on the Haskell PSQueue package and the associated paper