TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rendering Improvements

73 pointsby maxbrunsfeldalmost 10 years ago

5 comments

pcwaltonalmost 10 years ago
Tiled rendering is a bog-standard approach for GPU-accelerated Web browser compositing since Mobile Safari came out in 2007. I&#x27;m surprised their version of Chromium wasn&#x27;t doing it already (and I know at least some Chromium configurations can, for example on mobile). Seems odd that they&#x27;d have to do it themselves.<p>In fact, it&#x27;s odd that they&#x27;d have to use translate3d at all. Just changing the scroll offset on a native scrolling root should cause the compositor&#x27;s tiled rendering infrastructure to automatically do the right thing.
tfigueroaalmost 10 years ago
It&#x27;s kind of cute watching the web optimize itself. In contrast, the stuff they pulled off in the 80s on an NES is like powerful, ancient magic.
评论 #9774987 未加载
gctalmost 10 years ago
I can forgive using a web browser as a renderer, I mean you have to use something, but man why are they using GPU acceleration to render text.
conradkalmost 10 years ago
Does this mean files of any size can finally be opened in Atom? Or was that fixed before?<p>I remember something about a 2MB (or was it 2GB?) limit at some point.
评论 #9774266 未加载
ameliusalmost 10 years ago
How are changes to the dom handled? Incrementally, with a minimum of recomputed state?
评论 #9775177 未加载