[PR #1629] [CLOSED] perf(langgraph): cache max seen channel version #1600

Closed
opened 2026-02-15 20:16:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1629
Author: @dqbd
Created: 9/9/2025
Status: Closed

Base: v1Head: dqbd/max-version-cache


📝 Commits (2)

  • 263b20d perf(langgraph): avoid iterating on all nodes when scheduling new tasks
  • d859948 perf(langgraph): cache max seen channel version

📊 Changes

5 files changed (+90 additions, -11 deletions)

View changed files

.changeset/every-windows-lose.md (+5 -0)
📝 libs/langgraph/src/pregel/algo.ts (+71 -8)
📝 libs/langgraph/src/pregel/index.ts (+1 -0)
📝 libs/langgraph/src/pregel/loop.ts (+7 -3)
📝 libs/langgraph/src/pregel/types.ts (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1629 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/9/2025 **Status:** ❌ Closed **Base:** `v1` ← **Head:** `dqbd/max-version-cache` --- ### 📝 Commits (2) - [`263b20d`](https://github.com/langchain-ai/langgraphjs/commit/263b20d79572306b10eb1a33c80b87907bb34ecf) perf(langgraph): avoid iterating on all nodes when scheduling new tasks - [`d859948`](https://github.com/langchain-ai/langgraphjs/commit/d859948b2f372914125cbbefbaf7175b74a9ced9) perf(langgraph): cache max seen channel version ### 📊 Changes **5 files changed** (+90 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/every-windows-lose.md` (+5 -0) 📝 `libs/langgraph/src/pregel/algo.ts` (+71 -8) 📝 `libs/langgraph/src/pregel/index.ts` (+1 -0) 📝 `libs/langgraph/src/pregel/loop.ts` (+7 -3) 📝 `libs/langgraph/src/pregel/types.ts` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:16:16 -05:00
yindo closed this issue 2026-02-15 20:16:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1600