clojure.data.priority-map is a data structure that maintains a map that is
sorted by its values, rather than its keys. This allows it to be used as a
versatile priority queue.

The latest version contains two changes:
1. Aligned the hash value of priority maps to match the way that the hash
value of plain maps changed in Clojure 1.6.  (Thanks to Andy Fingerhut for
the patch).
2. Added a priority->set-of-items function to access priority map's
internal sorted map from each priority to the set of items with that
priority.

https://github.com/clojure/data.priority-map

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to