probe-lab/go-kademlia

Priority queue implementation

guillaumemichel opened this issue · 0 comments

The current event queue implementation based on channels is a FIFO. In order to support high load, a priority queue should be implemented. The priority queue should be thread safe.