TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Blink's Rendering Pipeline

38 点作者 SriniK将近 12 年前

2 条评论

general_failure将近 12 年前
Anyone here targeting HTML5 mobile apps? I have been digging through some WebView stuff lately and I find the results surprising.<p>The rendering pipeline is complex and layout code consumes a lot of CPU. The end result is that HTML5 mobile apps are slow and consume more CPU. I have also tested with the chromium beta channel. Things have improved vastly but it&#x27;s no where close to native code. If you take some advanced 3d games, they consume like 20% CPU on latest Nexus. Just do some simple 2d animations in Chrome using canvas and you are already at 30% (so this doesn&#x27;t even count physics and all that).
sdfjkl将近 12 年前
Blink is the rendering engine used by Chromium.