[PR #1797] [MERGED] perf: Intern string constants #2306

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

📋 Pull Request Information

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

Base: mainHead: nc/22sep/perf-intern-strings


📝 Commits (2)

📊 Changes

10 files changed (+183 additions, -162 deletions)

View changed files

📝 libs/langgraph/langgraph/constants.py (+32 -28)
📝 libs/langgraph/langgraph/managed/shared_value.py (+3 -3)
📝 libs/langgraph/langgraph/pregel/__init__.py (+53 -47)
📝 libs/langgraph/langgraph/pregel/algo.py (+9 -6)
📝 libs/langgraph/langgraph/pregel/loop.py (+56 -52)
📝 libs/langgraph/langgraph/pregel/read.py (+2 -2)
📝 libs/langgraph/langgraph/pregel/retry.py (+5 -5)
📝 libs/langgraph/langgraph/pregel/write.py (+2 -2)
📝 libs/langgraph/langgraph/utils/config.py (+18 -14)
📝 libs/langgraph/langgraph/utils/runnable.py (+3 -3)

📄 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/1797 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22sep/perf-intern-strings` --- ### 📝 Commits (2) - [`1f347ed`](https://github.com/langchain-ai/langgraph/commit/1f347ed48ecaf99636495bbcd7f0b4587aef17e0) perf: Intern string constants - [`47fe321`](https://github.com/langchain-ai/langgraph/commit/47fe321e31180a9dbab7e1ca7928597eff8eaf6a) Lint ### 📊 Changes **10 files changed** (+183 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/constants.py` (+32 -28) 📝 `libs/langgraph/langgraph/managed/shared_value.py` (+3 -3) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+53 -47) 📝 `libs/langgraph/langgraph/pregel/algo.py` (+9 -6) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+56 -52) 📝 `libs/langgraph/langgraph/pregel/read.py` (+2 -2) 📝 `libs/langgraph/langgraph/pregel/retry.py` (+5 -5) 📝 `libs/langgraph/langgraph/pregel/write.py` (+2 -2) 📝 `libs/langgraph/langgraph/utils/config.py` (+18 -14) 📝 `libs/langgraph/langgraph/utils/runnable.py` (+3 -3) </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:46 -05:00
yindo closed this issue 2026-02-20 17:46:46 -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#2306