xfy
dc7358bf4e
feat(variable): 添加 EphemeralGet 和 PersistentGet 零拷贝变量访问 API
- 新增 EphemeralGet() 方法返回 []byte,用于请求范围内的零拷贝访问
- 新增 PersistentGet() 方法返回 string,用于跨请求持久存储
- BuiltinVariable 结构体添加 GetterBytes 字段支持字节获取器
- Context 结构体添加 bytesCache map 缓存字节值
- 为 $host、$request_uri、$uri、$args、$request_method 添加字节获取器
- 添加完整的单元测试和性能基准测试
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 13:50:15 +08:00
..
2026-04-10 09:40:26 +08:00
2026-04-16 13:50:15 +08:00
2026-04-10 09:40:17 +08:00
2026-04-15 12:48:49 +08:00
2026-04-10 17:59:22 +08:00
2026-04-13 11:38:12 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 13:50:15 +08:00
2026-04-16 13:50:15 +08:00