Make SQL(Queue|Dict)_getPriority use index more efficiently.
For some reason, MIN() doesn't use the index, while ORDER BY + LIMIT does. Also, provide a more helpful error when assertion fails.
Showing
Please register or sign in to comment