Skip to content

self._operations should use a deque() which is O(1) #9

@lukemarsden

Description

@lukemarsden

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions