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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Chrome is faster in M91

107 点作者 SerCe将近 4 年前

20 条评论

nubela将近 4 年前
Maybe consider other browsers now. Yes speed is great and all and as much as I hate the idea of supporting the little guy just because he is a little guy; this is the web at stake. And most of us make our living on the web.<p>It is in my opinion that the gatekeeper of the web (browser) should not also be the one taxing web traffic (via ads).<p>Personally, I am on Microsoft Edge because it was low-effort coming from Chrome. But I have learnt that Microsoft Edge is as bad as Google Chrome (for me) because they are mirroring Google Chrome with regards to Manifest V3. I had thought the only other guy that will stand up to Google is Microsoft but hey, what do I know.<p>Anyways, it seems like Firefox is the last non-chromium browser that has the balls to keep uBlock Origin supported as it is. I&#x27;ll be moving to Firefox as soon as I port my personal productivity extensions over.
评论 #27422825 未加载
评论 #27422696 未加载
评论 #27422680 未加载
评论 #27423689 未加载
评论 #27423258 未加载
评论 #27424802 未加载
评论 #27423358 未加载
评论 #27422690 未加载
评论 #27424186 未加载
评论 #27423299 未加载
harikb将近 4 年前
While the other comments are focusing on improvements for browser, v8 is also what powers Node, Deno, and several cloud workers implementations.<p>While I don’t yet know if this particular change improves server-side work flow, I am hoping it does. I plan to do some tests.<p>I applaud the work done by v8 team, releasing it as an open source JavaScript executor, and excellent technical articles on the v8 blog [1]<p>Can we please separate the blaming and shaming of ads-ecosystem for a moment and appreciate the technical achievements this team is creating?<p>[1]. <a href="https:&#x2F;&#x2F;v8.dev&#x2F;blog" rel="nofollow">https:&#x2F;&#x2F;v8.dev&#x2F;blog</a>
评论 #27424161 未加载
评论 #27423140 未加载
topicseed将近 4 年前
I love Chrome and I am amongst those who are not planning to switch anytime soon. My ecosystem is mostly Google for work, my passwords are in there, and I just enjoy the synergy with my phone, too.<p>But... It&#x27;s true that trying Safari or Firefox or Brave showed great speed improvements over Chrome. The memory hog is real with Chrome, too.<p>So, if this is true and replicates in my session then this is amazing news.
评论 #27422609 未加载
评论 #27422578 未加载
评论 #27422611 未加载
评论 #27422791 未加载
franciscop将近 4 年前
Sorry what is M91? I thought it could be the new Apple processor that might be released later today but it seems like it&#x27;s not. Cannot seem to find anything relevant as well...
评论 #27422429 未加载
评论 #27422652 未加载
评论 #27422411 未加载
评论 #27422424 未加载
alpaca128将近 4 年前
And how many decades if not centuries of daily CPU time are wasted thanks to ads on the internet?
评论 #27422649 未加载
评论 #27423071 未加载
评论 #27422817 未加载
评论 #27422930 未加载
评论 #27423901 未加载
评论 #27422580 未加载
kizer将近 4 年前
V8 is really an engineering marvel, making such a high-level, dynamically typed language as fast as it is.<p>I see people talking about WASM and “why bother with JS at all”, but keep in mind that JS code is more expressive than WASM, so if you’re aim is to minimize costs you still save bandwidth using JS over WASM. You could argue that it’s negligible or worth the performance increase, but if you’re a big site the cost savings add up, right?<p>Also, JS is of course widely used outside of the browser, and there’s a reason it got so popular: it lets you focus on the domain instead of all the other stuff. I can’t think of another mainstream language I’d rather use to prototype and algorithm, application, system, whatever. And the fact that V8 makes it so fast is the reason people just stick with JS. Gradual typing with TS eliminates the only remaining downside (dynamic typing and a big code base).
评论 #27425206 未加载
oefrha将近 4 年前
More technical discussion of the Sparkplug compiler:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27304808" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27304808</a><p><a href="https:&#x2F;&#x2F;v8.dev&#x2F;blog&#x2F;sparkplug" rel="nofollow">https:&#x2F;&#x2F;v8.dev&#x2F;blog&#x2F;sparkplug</a>
tutfbhuf将近 4 年前
What&#x27;s the mean speedup? &quot;Up to 23%&quot; means that this is the maximum speedup that is possible for individual users.
评论 #27422507 未加载
JeromeLon将近 4 年前
To give some timeline perspective, here are the stable launch dates:<p>- M90 (90.0.4430.66): April 13 2021<p>- M91 (91.0.4472.77): May 25 2021<p>- M92 (estimated): July 20, 2021
评论 #27423026 未加载
jeffbee将近 4 年前
If a quarter of chrome’s global CPU rate is 17 years per day, that means it’s only using about 27000 cores continuously. I’ve often been curious about the split between client and server CPU usage on the web. Apparently, the client usage is negligible.
评论 #27422575 未加载
评论 #27422434 未加载
评论 #27422465 未加载
pricci将近 4 年前
M## is the milestone number or stable release version
randomopining将近 4 年前
Chrome seems to be overall the fastest on windows. But it’s negative is worse memory usage compared to the others.<p>So if you have a few tabs and want the fastest experience, it’s good I think.
grishka将近 4 年前
No matter what you do, web development would still feel like you&#x27;re scripting a word processor because that&#x27;s exactly what it is. Web was never intended to be an application platform, and so it makes a terrible application platform. No amount of band-aid is going to change this.<p>Unpopular opinion: JS should be slow to discourage abuse. Browsers should not be embracing SPAs.
评论 #27423784 未加载
stereoradonc将近 4 年前
Why not use Vivaldi? It is Chrome without the Google bits. No Floc either.
评论 #27430299 未加载
pca006132将近 4 年前
Can we save more CPU time if we use wasm to replace js?
gautamcgoel将近 4 年前
The real question is why we tolerate Javascript at all. It&#x27;s a security nightmare and isn&#x27;t really designed to run fast. In 20 years, people will have shifted to a less horrible alternative.
The_rationalist将近 4 年前
Native GUIs frameworks cannot keep up with chromium human resources, it&#x27;s economics 101
The_rationalist将近 4 年前
I wonder how many more years of compute could be saved if they invested in graalJS
dvfjsdhgfv将近 4 年前
It&#x27;s nice but I value privacy more.
评论 #27422669 未加载
评论 #27422759 未加载
splatcollision将近 4 年前
Is chrome still automatically uploading any saved credit card information from the browser to your google account, and automatically putting test charges on those cards? Without warning?
评论 #27422730 未加载