Fix review issues #17-#22: 恢复 #11/#12/#14 (StreamK fixpipe 单次计账/K=1 AIV单缓冲/advice) + 占位方案不可评估 + 转置 dValue 判据三处同源(form c 双缓冲适配修复) + 恢复 #13/#15 回归测试 + 清理临时 csv/.gitignore + 文档同步

This commit is contained in:
2026-09-03 21:10:05 +08:00
parent f5a0b6fe81
commit 9afe6eec02
22 changed files with 219 additions and 76 deletions

9
.gitignore vendored
View File

@@ -12,6 +12,15 @@ venv/
*~
*.swp
# BMM_Theory 调试/复现用临时 csv (issue#21, 防再次误提交; examples/ 下正式样例不受影响)
/BMM/BMM_Theory/bug*.csv
/BMM/BMM_Theory/bug*_out.csv
/BMM/BMM_Theory/bug*_p.csv
/BMM/BMM_Theory/t.csv
/BMM/BMM_Theory/t_*.csv
/BMM/BMM_Theory/t*.csv
/BMM/BMM_Theory/p2.csv
# IDE / OS
.idea/
.vscode/