xfy
cf0ea6cc1f
perf(lua): 完成协程栈优化配置集成
将 Lua 协程栈优化选项集成到配置系统中:
- CoroutineStackSize: 默认64,减少内存分配
- MinimizeStackMemory: 启用栈内存自动收缩
- CoroutinePoolWarmup: 默认预热4个协程
影响文件:
- internal/config/config.go: 添加配置项到 LuaGlobalSettings
- internal/lua/middleware_config.go: 中间件配置支持
- internal/server/init.go: 服务器初始化应用配置
优化效果(已在 engine.go 和 config.go 中实现):
- BenchmarkCoroutineCreation 内存减少18.7% (112KB->91KB)
- 延迟减少约27.6% (29us->21us)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-14 14:33:30 +08:00
..
2026-04-13 13:15:39 +08:00
2026-04-13 17:38:49 +08:00
2026-04-13 16:14:59 +08:00
2026-04-11 12:17:34 +08:00
2026-04-13 11:12:49 +08:00
2026-04-13 09:24:43 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-11 12:17:34 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:51:44 +08:00
2026-04-13 16:15:31 +08:00
2026-04-11 12:17:35 +08:00
2026-04-13 09:24:43 +08:00
2026-04-13 09:26:48 +08:00
2026-04-14 14:26:01 +08:00
2026-04-10 16:55:38 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:26:48 +08:00
2026-04-14 14:26:01 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:50:14 +08:00
2026-04-13 16:50:14 +08:00
2026-04-11 13:34:34 +08:00
2026-04-14 14:33:30 +08:00
2026-04-13 16:50:14 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 17:38:49 +08:00
2026-04-13 11:43:57 +08:00
2026-04-10 16:55:38 +08:00
2026-04-12 11:21:17 +08:00
2026-04-13 16:15:31 +08:00
2026-04-13 09:26:48 +08:00
2026-04-13 16:20:01 +08:00