-
perf(util): introduce `GetGJSONBytesNoCopy` for efficient JSON parsing without data duplication
发布于
2026-07-20 07:37:55 +00:00 | 230 次提交 在此版本后已推送到 main- Added
GetGJSONBytesNoCopyininternal/utilfor safe, no-copy JSON parse operations leveragingunsafe. - Replaced
gjson.GetByteswith the new helper in key payload processing paths (kimi_executor,vertex_payload_helpers, etc.) to improve performance. - Added unit tests for behavior validation, including edge cases with empty input.
下载附件
- Added