
13 Apr
2013
13 Apr
'13
5:36 a.m.
Hi,
See here:
https://github.com/nh2/psqueue-benchmarks/blob/db89731c5b4bdd2ff2ef81022a65f...
If I fromList 1000000 entries into the queue, it stack space overflows.
Are you sure that this is a bug of GHC PSQ? I think that "replicateM _GHC_CRASH_N" causes "Stack space overflow". If you compile it with -rtsopts and run it +RTS -K100M, I guess you don't see the problem. --Kazu