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
I've just fixed this in a sibling of the txMySQL codebase, due to O(N) performance append()ing and pop(0)ing from lists, this should be a decent performance win in any case where there are around > 1000 queued queries.
The text was updated successfully, but these errors were encountered:
I've just fixed this in a sibling of the txMySQL codebase, due to O(N) performance append()ing and pop(0)ing from lists, this should be a decent performance win in any case where there are around > 1000 queued queries.
The text was updated successfully, but these errors were encountered: