probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Priority queue implementation #22

Open guillaumemichel opened 1 year ago

guillaumemichel commented 1 year ago

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.