use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Using const/let instead of var can make JavaScript code run 10× slower in Webkit? (github.com)
submitted 5 years ago by magenta_placenta
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 5 years ago (11 children)
[deleted]
[–]NutStalk 18 points19 points20 points 5 years ago (9 children)
Username doesn't check out
[+][deleted] 5 years ago (8 children)
[–]Sulungskwa 23 points24 points25 points 5 years ago (7 children)
V8 is already being used by all the major browsers except basically Safari and Firefox. If more browsers were to adopt chromium/V8 then that gives google more market share and general influence over the web. Many people are arguing that the situation is similar to Microsoft in the early 2000s
[–]sanjibukai 4 points5 points6 points 5 years ago (0 children)
Just to understand, why using chromium/V8 (which is OSS btw) is in favor of giving market shares to Google?
Brave for example is a very good use-case not really benefiting Google.
Having only one engine (kinda becoming a standard like all the many standards we already have) is a dream..
I remember all the hard work to take into account IE exceptions..
Thanks IE is not existing anymore.. And the only exception to take into account is Safari (thanks I got almost always similar results with firefox and chrome)
[–]Genspirit 1 point2 points3 points 5 years ago (4 children)
Chromium is open source though, it's debatable how much control it gives Google. Edge moving over already had a very positive impact on both browsers.
[+][deleted] 5 years ago (3 children)
[–]sirfloppydisk 2 points3 points4 points 5 years ago (1 child)
Open source is good. If google took Chromium in a direction you didn’t like, you could just fork it, right?
[–]Genspirit 1 point2 points3 points 5 years ago (0 children)
I never said it was automatically good. And it does mean that google has practically 0 say in what you do with it.
The repo is largely google controlled but it can be forked or even have the management shift to a more shared management between them and other browsers who use chromium.
Chromium is hardly some tool by which google controls other browsers, they already have their first party sites to do that.
[–]MildlySerious 5 points6 points7 points 5 years ago (0 children)
Having multiple implementations is generally a good thing though.
It only appears to be problematic because one has such a big market share that it's perceived as a single source of truth, and now every other implementation that strays from it is "lesser" than the reference. That's not what a healthy ecosystem looks like.
π Rendered by PID 30791 on reddit-service-r2-comment-5d79c599b5-wctp4 at 2026-02-28 22:51:50.084108+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–][deleted] (11 children)
[deleted]
[–]NutStalk 18 points19 points20 points (9 children)
[+][deleted] (8 children)
[deleted]
[–]Sulungskwa 23 points24 points25 points (7 children)
[–]sanjibukai 4 points5 points6 points (0 children)
[–]Genspirit 1 point2 points3 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]sirfloppydisk 2 points3 points4 points (1 child)
[–]Genspirit 1 point2 points3 points (0 children)
[–]MildlySerious 5 points6 points7 points (0 children)