template/packages-user/data-system/src/path
unanmed f1a9e626b6 test(02-02): add real 13x13 game maps to pathfinding performance tests
- 夹具 createPerformanceSystem 参数化起始位置与图块定义(合成矩阵默认值不变)
- 真实地图图块语义:数字 1 墙体,0/2/3/4/5/6 均为空地
- 新增六张 13x13 真实地图分段测量用例(20 轮 build/find/search,入口不足时固定种子抽选端点并记录)
2026-09-09 20:28:21 +08:00
..
finder.ts refactor(02-02): precompute node costs and BFS from start position in graph build 2026-09-09 20:02:00 +08:00
graph.test.ts refactor(02-02): precompute node costs and BFS from start position in graph build 2026-09-09 20:02:00 +08:00
graph.ts refactor(02-02): precompute node costs and BFS from start position in graph build 2026-09-09 20:02:00 +08:00
index.ts refactor(02-02): comply with updated style rules, extract finder and drop temp function consts 2026-09-09 17:44:31 +08:00
performance.test.ts test(02-02): add real 13x13 game maps to pathfinding performance tests 2026-09-09 20:28:21 +08:00
system.test.ts refactor(02-02): precompute node costs and BFS from start position in graph build 2026-09-09 20:02:00 +08:00
system.ts refactor: 按审查意见调整寻路模块与开发规范 2026-09-09 19:05:57 +08:00
types.ts refactor(02-02): precompute node costs and BFS from start position in graph build 2026-09-09 20:02:00 +08:00