langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs(core): improve get_template_variables docstring - Add mustache to supported template formats - Document that mustache returns only top-level variable names - Explain mustache semantics for nested variables - Document f-string validation behavior in Raises section
nathannewyen:docs/improve-get-template-variables-docstring
49 minutes ago
feat: Tracing
keenborder786:feat/tracing
3 hours ago
lint fix -> remove dummy functions unused
Abhinavexists:type-error-fix-openai-function
4 hours ago
lint fix
Abhinavexists:type-error-fix-openai-function
4 hours ago
lint fix
Abhinavexists:type-error-fix-openai-function
4 hours ago
Merge branch 'type-error-fix-openai-function' of github.com:Abhinavexists/langchain into type-error-fix-openai-function
Abhinavexists:type-error-fix-openai-function
4 hours ago
Merge branch 'master' into type-error-fix-openai-function
Abhinavexists:type-error-fix-openai-function
5 hours ago
perf(core): optimize merge_lists from O(n) to O(n) with index lookup map Previously, merge_lists performed a linear scan through the entire merged list for each element in the 'other' list to find matching indices, resulting in O(n*m) complexity where n is len(merged) and m is len(other). This optimization builds a dict-based index lookup map once per merge operation, reducing index lookups from O(n) to O(1). The map is also updated when new elements are appended. This is a critical hot path during streaming - merge_lists is called on every chunk to merge tool call content, content blocks, and other indexed data structures.
Rudra-Tiwari-codes:perf/merge-lists-index-lookup-optimization
23 hours ago
Active Branches
feat(core): Langsmith Tracing Overriding
last run
3 hours ago
#34483
CodSpeed Performance Gauge
+6%
fix(core): `NotRequired` in TypedDict causes TypeError when converting to OpenAI function schema
last run
4 hours ago
#34349
CodSpeed Performance Gauge
+12%
perf(core): optimize merge_lists from O(n^2) to O(n) with index lookup map
last run
23 hours ago
#34482
CodSpeed Performance Gauge
-1%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs