Hej, I stumbled upon the priority queue implementation (priority_queue.erl) and was wondering if implementing it as a heap wouldn't increase performance, maybe not for the in but for the out? Or are there other reasons to keep it like that? /Uwe