You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and Hard 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
The text was updated successfully, but these errors were encountered:
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:
Easy
andHard
difficulty match requests to be matched togetherThe text was updated successfully, but these errors were encountered: