Skip to content

Conversation

@hussein-awala
Copy link
Member

$ python -m timeit 'from collections import deque' 'to_cancel = deque()' 'for x in range(1000):' '    to_cancel.append(x)'
10000 loops, best of 5: 32.4 usec per loop

$ python -m timeit 'from collections import deque' 'to_cancel = deque()' 'to_cancel.extend(range(1000))'
50000 loops, best of 5: 9.37 usec per loop

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:Scheduler including HA (high availability) scheduler area:Triggerer labels Aug 30, 2023
@hussein-awala hussein-awala merged commit f63a94d into apache:main Aug 31, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.7.2 milestone Oct 3, 2023
@ephraimbuddy ephraimbuddy added the type:misc/internal Changelog: Misc changes that should appear in change log label Oct 3, 2023
ephraimbuddy pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Scheduler including HA (high availability) scheduler area:Triggerer type:misc/internal Changelog: Misc changes that should appear in change log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants