
26 Jun
2014
26 Jun
'14
2:14 p.m.
On 14-06-23 10:07 AM, Jasper Van der Jeugt wrote:
Here at Better, we have just a released a package which implements faster priority search queues for Haskell. We hope it proves to be useful to the community! [...] http://hackage.haskell.org/package/psqueues
Nice, it does priority-key-value too, not just priority-key. I need the value part there. Previously, I took PSQueue source code and added a value field for myself.