clojure-data-priority-map 1.2.0
Channel: guix
Home page: https://github.com/clojure/data.priority-map
Licenses: EPL 1.0
Synopsis: Priority map implementation in Clojure
Description:
A priority map is very similar to a sorted map, but whereas a sorted map produces a sequence of the entries sorted by key, a priority map produces the entries sorted by value. In addition to supporting all the functions a sorted map supports, a priority map can also be thought of as a queue of [item priority] pairs. To support usage as a versatile priority queue, priority maps also support conj/peek/pop operations.
Total results: 1