Files
NebulaShell/store/@{NebulaShell}/performance-optimizer/manifest.json
2026-05-02 08:30:31 +08:00

19 lines
429 B
JSON

{
"metadata": {
"name": "performance-optimizer",
"version": "1.0.0",
"author": "NebulaShell",
"description": "极致性能优化插件 - 提供缓存、对象池、批量处理、内存预分配等高性能工具"
},
"config": {
"args": {
"enabled": true,
"cache_maxsize": 2048,
"pool_maxsize": 100,
"enable_profiler": true
}
},
"dependencies": [],
"permissions": []
}