The GitHub Actions job "Unit Tests" on hamilton.git/fix/graph-bfs-deque has 
failed.
Run started by GitHub user giulio-leone (triggered by skrawcz).

Head commit for run:
0f4678bef28fd1d8ffaf2726408b313af8c5fe49 / g97iulio1609 
<[email protected]>
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.

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

With regards,
GitHub Actions via GitBox

Reply via email to