Re: Clojure persistent immutable priority queue and jobs.

2009-10-13 Thread Robert Stehwien
John, I'm going to grab this one too :) You make some great stuff! On Sun, Oct 11, 2009 at 2:35 AM, John Harrop wrote: > I've implemented a Clojure persistent, immutable priority queue data > structure (built on a heap, in turn built on a Clojure vector). The > namespace below exports the heap

Clojure persistent immutable priority queue and jobs.

2009-10-11 Thread John Harrop
I've implemented a Clojure persistent, immutable priority queue data structure (built on a heap, in turn built on a Clojure vector). The namespace below exports the heap operations as well as the priority queue operations in case that's useful. These operations return a new data structure instead o