[PR #3893] Speed up prepare_single_task #3526

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

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3893

State: closed
Merged: Yes


  • sequential(2000) goes from 8.4s to 4.1s
  • replace UUID(str).bytes with faster binascii.unhexlify, and do it only once per step
  • find only the first active trigger, instead of the full list
  • use a dedicated function for checking active trigger
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3893 **State:** closed **Merged:** Yes --- - sequential(2000) goes from 8.4s to 4.1s - replace UUID(str).bytes with faster binascii.unhexlify, and do it only once per step - find only the first active trigger, instead of the full list - use a dedicated function for checking active trigger
yindo added the pull-request label 2026-02-20 17:48:45 -05:00
yindo closed this issue 2026-02-20 17:48:45 -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#3526