Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priority queue implementation #22

Open
Tracked by #54
guillaumemichel opened this issue Jun 26, 2023 · 0 comments
Open
Tracked by #54

Priority queue implementation #22

guillaumemichel opened this issue Jun 26, 2023 · 0 comments
Labels
scope/nicetohave Nice to have feature going beyond go-libp2p-kad-dht

Comments

@guillaumemichel
Copy link
Contributor

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.

@guillaumemichel guillaumemichel added the scope/nicetohave Nice to have feature going beyond go-libp2p-kad-dht label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/nicetohave Nice to have feature going beyond go-libp2p-kad-dht
Projects
Status: Unplanned
Development

No branches or pull requests

1 participant