The GitHub Actions job "Building and pushing UI frontend and backend images" on 
hamilton.git/main has failed.
Run started by GitHub user skrawcz (triggered by skrawcz).

Head commit for run:
072c40ce3fbfd370cca783d44960fb7798b9ac6a / Giulio Leone 
<[email protected]>
perf: use deque for BFS queue in graph traversal (#1494)

* perf: use deque for BFS queue in graph traversal

compute_nodes_from_sources() drains a BFS queue via .pop(0) which is
O(n) per removal.  Switch to collections.deque with .popleft() for
O(1) front removal.

* fix: sort imports per ruff I001

Report URL: https://github.com/apache/hamilton/actions/runs/22649472053

With regards,
GitHub Actions via GitBox

Reply via email to