Tagged articles
2 articles
Page 1 of 1
Architects' Tech Alliance
Architects' Tech Alliance
Mar 5, 2023 · Fundamentals

CPU vs GPU Rendering: Differences, Advantages, and Use Cases

This article explains the fundamental differences between CPU and GPU rendering, comparing their speed, quality, memory usage, stability, hardware costs, and suitable scenarios to help readers choose the most appropriate rendering method for their workflows.

CPU renderingGPU renderingcomputer graphics
0 likes · 14 min read
CPU vs GPU Rendering: Differences, Advantages, and Use Cases
Alipay Experience Technology
Alipay Experience Technology
Jan 21, 2022 · Frontend Development

How Reducing Draw Calls Supercharges Web Rendering Performance

This talk explains how minimizing draw calls in Canvas2D and WebGL dramatically improves rendering speed for large graph visualizations, covering CPU‑GPU interaction, culling, dirty‑rectangle rendering, batch rendering, and GPU‑driven calculations to achieve smoother 60 FPS interactions.

Canvas2DFrontend OptimizationWebGL
0 likes · 12 min read
How Reducing Draw Calls Supercharges Web Rendering Performance