|
|
f8f81b1fec
|
Update architecture: input batching, priority workers, memory monitoring
- Add input batching to Logic goroutine via non-blocking select loop
- Add two-tier priority queue (high/low) to Worker pool
- Add §10 Memory Monitoring and Management (heap stats, debug page, future governor)
- Update diagram and channel topology to reflect new channels
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-05-08 10:10:06 -04:00 |
|
|
|
4b048b679e
|
Add runtime architecture specification
- New doc/architecture.md: concurrency model, goroutine responsibilities,
channel topology, deadlock analysis, sync/async partitioning
- Update SPEC.md §3: split into code organization + runtime architecture,
cross-reference to architecture.md
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-05-08 08:24:04 -04:00 |
|