Skip to content

hpc rrendering pipeline hardness - #4

Merged
renderffx merged 98 commits into
mainfrom
feat/production-readiness-v2
Jul 30, 2026
Merged

hpc rrendering pipeline hardness#4
renderffx merged 98 commits into
mainfrom
feat/production-readiness-v2

Conversation

@renderffx

Copy link
Copy Markdown
Owner

14-engine-module pipeline: ECS → compute graph → frame scheduler → layout/text/animation/visibility → render graph → renderer (DOM/Canvas/WebGPU) → profiler + worker pool + job scheduler. Compiler: flatten, hoist, mergeEffectsByTarget, reorder passes + codegen/optimize/SSA updates. Signal system rewritten as compute graph bridge; legacy mount/patch/vnode/reconcile removed. Benchmark suite: 11 bench files, 9 test suites, CI pipeline, profiler with P99 regression detection. Worker + Zig/WASM infrastructure for parallel dispatch and native perf.

renderffx added 30 commits July 21, 2026 12:18
- Add 14 core test files (signal, compiler, events, mount, patch, pool, reconcile, SSR, perf)
- Add stress-grid tests (35 tests) and core microbenchmarks (9 tests)
- Add GitHub Actions CI pipeline (lint, test, build)
- Add Vitest config with jsdom environment
- Add Playwright benchmark runner and stress-grid benchmarks
- Add CHANGELOG tracking v0.1.0 through v0.3.0
- Add tsconfig for pixel-canvas, ralph-loop, and stress-grid packages
- Fix codegen expression validation and SSA optimizer
- Fix compiler parser and Vite plugin integration
- Update demo packages (todo, pixel-canvas, ralph-loop, stress-grid)
- Update core runtime (signal, events, mount, patch, pool, reconcile, router, SSR)
- Remove legacy src/compiler/parser.ts
@renderffx
renderffx force-pushed the feat/production-readiness-v2 branch from 5026be9 to 7c470ed Compare July 30, 2026 05:37
@renderffx
renderffx merged commit 88258e0 into main Jul 30, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant