-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current matching algorithm tries to pop the oldest 2 match requests from the respective topic queue, and treats that as a match. Some enhancements can be made as discussed:
- Not allowing for
Easy
andHard
difficulty match requests to be matched together - Having a priority queue that assigns priority as a function of request timestamp and difficulty
- Popping multiple matches on each pass of the algorithm instead of just one at a time
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request