mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 09:32:25 +02:00
Maintain a set of currently-available channel names, updated incrementally as channels change state, so the step-bump loop in apply_writes only iterates available channels instead of scanning all channels with is_available(). For sequential_1000 this reduces function calls by ~54% and improves overall runtime by ~26%. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>