I just tried to use ADT.Priority_queue like this:
object q = ADT.Priority_queue(); q->push(1,1); q->pop();
and this code hangs my computer almost completely using Pike 7.7 from CVS. Can someone reproduce the problem or tell me if I'm doing something wrong in my code?
Yes, I can reproduce it. 7.6 and 7.7 starts consuming memory very quickly. 7.4 works fine.
/ Martin Stjernholm, Roxen IS
Previous text:
2004-06-11 22:25: Subject: Broken ADT.Priority_queue?
I just tried to use ADT.Priority_queue like this:
object q = ADT.Priority_queue(); q->push(1,1); q->pop();
and this code hangs my computer almost completely using Pike 7.7 from CVS. Can someone reproduce the problem or tell me if I'm doing something wrong in my code?
/ Marcus Agehall (Scanian)
Good. (Or is it bad?!?) I'll dig into the problem ASAP.
/ Marcus Agehall (Scanian)
Previous text:
2004-06-13 15:50: Subject: Broken ADT.Priority_queue?
Yes, I can reproduce it. 7.6 and 7.7 starts consuming memory very quickly. 7.4 works fine.
/ Martin Stjernholm, Roxen IS
pike-devel@lists.lysator.liu.se