[Haskell-cafe] ANN: psqueue-benchmarks - benchmarks of priority queue implementations

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Fri Mar 29 07:16:00 CET 2013


Hi Niklas,

> * PSQueue throws a stack space overflow if you try to put in 100000
> * Ints

A slightly different implementation is used in GHC:

	https://github.com/ghc/packages-base/blob/master/GHC/Event/PSQ.hs

Could you test it? If this code also has the same problem, I need to
fix it.

--Kazu



More information about the Haskell-Cafe mailing list