[ ソース: data-priority-map-clojure ]
パッケージ: libdata-priority-map-clojure (1.1.0-3)
libdata-priority-map-clojure に関するリンク
Debian の資源:
data-priority-map-clojure ソースパッケージをダウンロード:
- [data-priority-map-clojure_1.1.0-3.dsc]
- [data-priority-map-clojure_1.1.0.orig.tar.xz]
- [data-priority-map-clojure_1.1.0-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
priority maps for Clojure
data.priority-map implements priority maps in Clojure. A priority map is very similar to a sorted map, however its entries are sorted by value rather than by key.
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 the conj/peek/pop operations