Re: [ANN] clojure.data.priority-map 0.0.3

2013-10-31 Thread Matthew Chadwick
very cool - thankyou On Wednesday, October 23, 2013 5:46:00 PM UTC+11, puzzler wrote: > > https://github.com/clojure/data.priority-map/ > > A priority map is similar to a sorted map, but sorts the entries by the > values rather than the keys in the map. Think of it as a kind of priority > queue

[ANN] clojure.data.priority-map 0.0.3

2013-10-22 Thread Mark Engelberg
https://github.com/clojure/data.priority-map/ A priority map is similar to a sorted map, but sorts the entries by the values rather than the keys in the map. Think of it as a kind of priority queue with a full map-like API to query, add, adjust, and remove items and their priorities. The new 0.0