langflow/src
Saurabh Misra 10aea2e9b6
refactor: (codelash) ️ Speed up function find_all_cycle_edges by 17% (#5389)
️ Speed up function `find_all_cycle_edges` by 17%
Here is the optimized version of the given program. The major optimization here is to avoid unnecessary list concatenations in the DFS recursion by using a more efficient approach for aggregating cycle edges.

Co-authored-by: codeflash-ai[bot] <148906541+codeflash-ai[bot]@users.noreply.github.com>
2025-02-11 11:45:02 +00:00
..
backend refactor: (codelash) ️ Speed up function find_all_cycle_edges by 17% (#5389) 2025-02-11 11:45:02 +00:00
frontend chore: Add CustomLoader component and integrate with loading states in Admin, Flow, and Main pages (#6047) 2025-02-07 16:22:24 +00:00