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

2018-04-10 Thread Mark Engelberg
I just deployed version 0.0.9, which adds a more efficient implementation of reduce-kv. -- 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 -

[ANN] clojure.data.priority-map 0.0.8

2018-04-09 Thread Mark Engelberg
https://github.com/clojure/data.priority-map clojure.data.priority-map is a map-like data structure that sorts by value. It is useful in many situations where you might ordinarily use a priority queue. NEW for version 0.0.8 is support for subseq and rsubseq. I had always intended to support