[PR #1702] [MERGED] Nc/12sep/perf #2240

Closed
opened 2026-02-20 17:46:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1702
Author: @nfcampos
Created: 9/12/2024
Status: Merged
Merged: 9/12/2024
Merged by: @nfcampos

Base: mainHead: nc/12sep/perf


📝 Commits (7)

  • 398a993 Remove unused fil;e
  • 699f527 Add benchmark-fast command for running locally
  • 463d8f4 Small improvements to jsonplus serializer
  • d669b5c Don't use PregelNode.mapper when schema is a typed dict
  • 43ec65c Avoid copying checkpoint when fetching at beginning of loop
  • d9ee8ef Fix needs array
  • 36c3174 Update tests

📊 Changes

7 files changed (+56 additions, -74 deletions)

View changed files

📝 .github/workflows/bench.yml (+0 -1)
📝 libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py (+39 -32)
📝 libs/checkpoint/tests/test_jsonplus.py (+1 -1)
📝 libs/langgraph/Makefile (+6 -0)
📝 libs/langgraph/langgraph/graph/state.py (+8 -2)
libs/langgraph/langgraph/pregel/get_state.py (+0 -36)
📝 libs/langgraph/langgraph/pregel/loop.py (+2 -2)

📄 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/langgraph/pull/1702 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/12sep/perf` --- ### 📝 Commits (7) - [`398a993`](https://github.com/langchain-ai/langgraph/commit/398a993e4c9a0693953001f3a06b5588e3c0f70e) Remove unused fil;e - [`699f527`](https://github.com/langchain-ai/langgraph/commit/699f527f612ea2369a0406be254156bdf0e0f4a5) Add benchmark-fast command for running locally - [`463d8f4`](https://github.com/langchain-ai/langgraph/commit/463d8f46c2096b1323d7a4705e7aba7a32faacee) Small improvements to jsonplus serializer - [`d669b5c`](https://github.com/langchain-ai/langgraph/commit/d669b5c52331d77ff8906dacdd6c015d62051601) Don't use PregelNode.mapper when schema is a typed dict - [`43ec65c`](https://github.com/langchain-ai/langgraph/commit/43ec65cfce228c04be47548c861442bf68ce90b7) Avoid copying checkpoint when fetching at beginning of loop - [`d9ee8ef`](https://github.com/langchain-ai/langgraph/commit/d9ee8ef5beb77e5f982d95b524430a662c63bbc2) Fix needs array - [`36c3174`](https://github.com/langchain-ai/langgraph/commit/36c3174e39907f17fbe1e6a7238bd85d84aa2c32) Update tests ### 📊 Changes **7 files changed** (+56 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/bench.yml` (+0 -1) 📝 `libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py` (+39 -32) 📝 `libs/checkpoint/tests/test_jsonplus.py` (+1 -1) 📝 `libs/langgraph/Makefile` (+6 -0) 📝 `libs/langgraph/langgraph/graph/state.py` (+8 -2) ➖ `libs/langgraph/langgraph/pregel/get_state.py` (+0 -36) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+2 -2) </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-20 17:46:37 -05:00
yindo closed this issue 2026-02-20 17:46:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2240