docs: implementation plan for continuous concurrent gate
This commit is contained in:
@@ -280,6 +280,11 @@
|
|||||||
"id": "design:gate-speedup",
|
"id": "design:gate-speedup",
|
||||||
"label": "gate 验证提速:预灌 BaselineCache + 双臂并行",
|
"label": "gate 验证提速:预灌 BaselineCache + 双臂并行",
|
||||||
"type": "design"
|
"type": "design"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "plan:gate-speedup",
|
||||||
|
"label": "连续并发 gate + Redis 复用实现计划",
|
||||||
|
"type": "plan"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [
|
"links": [
|
||||||
@@ -562,6 +567,13 @@
|
|||||||
"relation": "informs",
|
"relation": "informs",
|
||||||
"evidence": "跨 task 终审确认设计 21 项缺陷全部落地 + 4 项集成发现",
|
"evidence": "跨 task 终审确认设计 21 项缺陷全部落地 + 4 项集成发现",
|
||||||
"added": "2026-07-16T11:06:43.709183+00:00"
|
"added": "2026-07-16T11:06:43.709183+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "plan:gate-speedup",
|
||||||
|
"target": "design:gate-speedup",
|
||||||
|
"relation": "implements",
|
||||||
|
"evidence": "实现设计 v3 的 ②″+③",
|
||||||
|
"added": "2026-07-17T03:12:53.530801+00:00"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Research Wiki 索引
|
# Research Wiki 索引
|
||||||
|
|
||||||
> 自动生成,更新时间:2026-07-16 18:23 UTC
|
> 自动生成,更新时间:2026-07-17 03:12 UTC
|
||||||
|
|
||||||
## design (40)
|
## design (40)
|
||||||
- [2026-07-06-core-agent-adapters-llm-design](designs/2026-07-06-core-agent-adapters-llm-design.md) `design:2026-07-06-core-agent-adapters-llm-design`
|
- [2026-07-06-core-agent-adapters-llm-design](designs/2026-07-06-core-agent-adapters-llm-design.md) `design:2026-07-06-core-agent-adapters-llm-design`
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
- [v3 §9 帧感知抽取机制 — 小样本实证验证结果](findings/2026-07-15-v3-frame-perception-spike-validation.md) `finding:2026-07-15-v3-frame-perception-spike-validation`
|
- [v3 §9 帧感知抽取机制 — 小样本实证验证结果](findings/2026-07-15-v3-frame-perception-spike-validation.md) `finding:2026-07-15-v3-frame-perception-spike-validation`
|
||||||
- [出题范式转变 — 从"生成-打分-过滤"转向"构造优先 + 两正交独立信号"(六篇原文深读)](findings/2026-07-15-question-gen-paradigm-shift-construction-over-filtering.md) `finding:2026-07-15-question-gen-paradigm-shift-construction-over-filtering`
|
- [出题范式转变 — 从"生成-打分-过滤"转向"构造优先 + 两正交独立信号"(六篇原文深读)](findings/2026-07-15-question-gen-paradigm-shift-construction-over-filtering.md) `finding:2026-07-15-question-gen-paradigm-shift-construction-over-filtering`
|
||||||
|
|
||||||
## plan (48)
|
## plan (50)
|
||||||
- [2026-07-06-core-agent-adapters-llm](plans/2026-07-06-core-agent-adapters-llm.md) `plan:2026-07-06-core-agent-adapters-llm`
|
- [2026-07-06-core-agent-adapters-llm](plans/2026-07-06-core-agent-adapters-llm.md) `plan:2026-07-06-core-agent-adapters-llm`
|
||||||
- [2026-07-07-app-harness](plans/2026-07-07-app-harness.md) `plan:2026-07-07-app-harness`
|
- [2026-07-07-app-harness](plans/2026-07-07-app-harness.md) `plan:2026-07-07-app-harness`
|
||||||
- [2026-07-07-core-evolution](plans/2026-07-07-core-evolution.md) `plan:2026-07-07-core-evolution`
|
- [2026-07-07-core-evolution](plans/2026-07-07-core-evolution.md) `plan:2026-07-07-core-evolution`
|
||||||
@@ -76,6 +76,7 @@
|
|||||||
- [2026-07-14-task-type-strategy-framework](plans/2026-07-14-task-type-strategy-framework.md) `plan:2026-07-14-task-type-strategy-framework`
|
- [2026-07-14-task-type-strategy-framework](plans/2026-07-14-task-type-strategy-framework.md) `plan:2026-07-14-task-type-strategy-framework`
|
||||||
- [2026-07-15-question-gen-v3-phase1-contract](plans/2026-07-15-question-gen-v3-phase1-contract.md) `plan:2026-07-15-question-gen-v3-phase1-contract`
|
- [2026-07-15-question-gen-v3-phase1-contract](plans/2026-07-15-question-gen-v3-phase1-contract.md) `plan:2026-07-15-question-gen-v3-phase1-contract`
|
||||||
- [2026-07-15-results-driven-video-split](plans/2026-07-15-results-driven-video-split.md) `plan:2026-07-15-results-driven-video-split`
|
- [2026-07-15-results-driven-video-split](plans/2026-07-15-results-driven-video-split.md) `plan:2026-07-15-results-driven-video-split`
|
||||||
|
- [2026-07-16-gate-speedup](plans/2026-07-16-gate-speedup.md) `plan:2026-07-16-gate-speedup`
|
||||||
- [2026-07-16-preflight-wp1-asset-migration](plans/2026-07-16-preflight-wp1-asset-migration.md) `plan:2026-07-16-preflight-wp1-asset-migration`
|
- [2026-07-16-preflight-wp1-asset-migration](plans/2026-07-16-preflight-wp1-asset-migration.md) `plan:2026-07-16-preflight-wp1-asset-migration`
|
||||||
- [2026-07-16-preflight-wp2-split-wiring](plans/2026-07-16-preflight-wp2-split-wiring.md) `plan:2026-07-16-preflight-wp2-split-wiring`
|
- [2026-07-16-preflight-wp2-split-wiring](plans/2026-07-16-preflight-wp2-split-wiring.md) `plan:2026-07-16-preflight-wp2-split-wiring`
|
||||||
- [2026-07-16-preflight-wp3-train-loop](plans/2026-07-16-preflight-wp3-train-loop.md) `plan:2026-07-16-preflight-wp3-train-loop`
|
- [2026-07-16-preflight-wp3-train-loop](plans/2026-07-16-preflight-wp3-train-loop.md) `plan:2026-07-16-preflight-wp3-train-loop`
|
||||||
@@ -104,6 +105,7 @@
|
|||||||
- [建树模块竖切实现计划](plans/tree-module-vertical-slice.md) `plan:tree-module-vertical-slice`
|
- [建树模块竖切实现计划](plans/tree-module-vertical-slice.md) `plan:tree-module-vertical-slice`
|
||||||
- [结果驱动的视频级切分实现计划](plans/results-driven-video-split-plan.md) `plan:results-driven-video-split-plan`
|
- [结果驱动的视频级切分实现计划](plans/results-driven-video-split-plan.md) `plan:results-driven-video-split-plan`
|
||||||
- [赛题生成工具实现计划](plans/question-gen-synth.md) `plan:question-gen-synth`
|
- [赛题生成工具实现计划](plans/question-gen-synth.md) `plan:question-gen-synth`
|
||||||
|
- [连续并发 gate + Redis 复用实现计划](plans/gate-speedup.md) `plan:gate-speedup`
|
||||||
- [项目基础设施初始化计划](plans/infrastructure-setup.md) `plan:infrastructure-setup`
|
- [项目基础设施初始化计划](plans/infrastructure-setup.md) `plan:infrastructure-setup`
|
||||||
|
|
||||||
## review (4)
|
## review (4)
|
||||||
|
|||||||
@@ -139,3 +139,6 @@
|
|||||||
- [2026-07-16 12:47 UTC] 重建索引: 113 篇页面
|
- [2026-07-16 12:47 UTC] 重建索引: 113 篇页面
|
||||||
- [2026-07-16 18:23 UTC] 新增 design: gate 验证提速:预灌 BaselineCache + 双臂并行 (design:gate-speedup)
|
- [2026-07-16 18:23 UTC] 新增 design: gate 验证提速:预灌 BaselineCache + 双臂并行 (design:gate-speedup)
|
||||||
- [2026-07-16 18:23 UTC] 重建索引: 115 篇页面
|
- [2026-07-16 18:23 UTC] 重建索引: 115 篇页面
|
||||||
|
- [2026-07-17 03:12 UTC] 新增 plan: 连续并发 gate + Redis 复用实现计划 (plan:gate-speedup)
|
||||||
|
- [2026-07-17 03:12 UTC] 新增边: plan:gate-speedup --implements--> design:gate-speedup
|
||||||
|
- [2026-07-17 03:12 UTC] 重建索引: 117 篇页面
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
type: plan
|
||||||
|
node_id: plan:gate-speedup
|
||||||
|
title: "连续并发 gate + Redis 复用实现计划"
|
||||||
|
date: 2026-07-17
|
||||||
|
---
|
||||||
|
|
||||||
|
# 连续并发 gate + Redis 复用实现计划
|
||||||
|
|
||||||
Reference in New Issue
Block a user