hpc rrendering pipeline hardness - #4
Merged
Merged
Conversation
- 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
force-pushed
the
feat/production-readiness-v2
branch
from
July 30, 2026 05:37
5026be9 to
7c470ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.