Tier: L (1-2 weeks) Type: perf
Context
View-tag batching (#45 previous wave) gave us 229x speedup. WebGPU compute shaders could potentially push further by parallelizing ECDH across thousands of announcements at once. Spike to find out.
Scope
- Prototype WebGPU shader for X25519 scalar multiplication
- Benchmark vs. current optimized scan on 100k-announcement dataset
- Document feasibility, gotchas, and recommended path
- If win > 5x: file follow-up to land properly
- If not: document why and close
Acceptance criteria
Files to start with
src/chains/stellar/scan.ts
- WebGPU compute shader docs
Tier: L (1-2 weeks) Type: perf
Context
View-tag batching (#45 previous wave) gave us 229x speedup. WebGPU compute shaders could potentially push further by parallelizing ECDH across thousands of announcements at once. Spike to find out.
Scope
Acceptance criteria
Files to start with
src/chains/stellar/scan.ts