[Haskell-cafe] ANN: psqueue-benchmarks - benchmarks of priority queue implementations
Niklas Hambüchen
mail at nh2.me
Sun Apr 7 07:14:35 CEST 2013
On 30/03/13 06:44, Louis Wasserman wrote:
> That said, I'm not sure I follow how queuelike is a
> psqueue at all as opposed to a pqueue?
Louis,
you are actually right. I was tricked by the delete function, which
takes only the queue, not the key, so it simply pops the top - queuelike
is not a psqueue.
More information about the Haskell-Cafe
mailing list