Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Threading, and Dogmatisms.

Received: by 10.66.72.73 with SMTP id b9mr1897328pav.9.1347912556008;
        Mon, 17 Sep 2012 13:09:16 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.68.194.202 with SMTP id hy10ls20710364pbc.0.gmail; Mon, 17 Sep
 2012 13:09:04 -0700 (PDT)
Received: by 10.66.74.40 with SMTP id q8mr1881826pav.19.1347912544330;
        Mon, 17 Sep 2012 13:09:04 -0700 (PDT)
Received: by 10.66.74.40 with SMTP id q8mr1881825pav.19.1347912544305;
        Mon, 17 Sep 2012 13:09:04 -0700 (PDT)
Return-Path: <i...@bnoordhuis.nl>
Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53])
        by gmr-mx.google.com with ESMTPS id p7si4186779pby.0.2012.09.17.13.09.03
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 17 Sep 2012 13:09:03 -0700 (PDT)
Received-SPF: pass (google.com: domain of i...@bnoordhuis.nl designates 209.85.160.53 as permitted sender) client-ip=209.85.160.53;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of i...@bnoordhuis.nl designates 209.85.160.53 as permitted sender) smtp.mail=i...@bnoordhuis.nl
Received: by mail-pb0-f53.google.com with SMTP id ro2so12350998pbb.26
        for <nodejs@googlegroups.com>; Mon, 17 Sep 2012 13:09:03 -0700 (PDT)
        d=google.com; s=20120113;
        h=mime-version:x-originating-ip:in-reply-to:references:date
         :message-id:subject:from:to:content-type:x-gm-message-state;
        bh=p2tna1XboCjNUjSWXFdJuBlWxcYVhSqQZz26FfrbrpE=;
        b=HNMe7oib8w//psicNtDHKPNveXN/qEQcPUxQGKR6kQG6frNEn7VBZhiiyY5DqOVUUi
         TIs4IZC9Z922PW9puzMxbFo5IcL8v4A6biJlEM+zQQz8SnFdy7jXcVnBz0wVMyfX8nqf
         OPFJD7iocEvLGTy9qRcvNptHOQ5sFQAbK5UwX9P7iGLNY9ySIm0KGjrrUaS4V8iJGoie
         xzi1AE8J5jDt4FR/dHC2cvZAnNSL5djQ6hR7LeZAS3AYj1V7Fv932Rj5cbs+LWgcBm3L
         7xx1HmtadHbgLzJUWg1OemjcTrE/gHlJnGYBIZYDe+GZwHJ9xFaRNhyVu474sSsMUvYs
         HE4w==
MIME-Version: 1.0
Received: by 10.68.240.7 with SMTP id vw7mr24069372pbc.152.1347912543807; Mon,
 17 Sep 2012 13:09:03 -0700 (PDT)
Received: by 10.68.25.199 with HTTP; Mon, 17 Sep 2012 13:09:03 -0700 (PDT)
X-Originating-IP: [87.214.96.125]
In-Reply-To: <6F59466A-2693-4668-B723-9CC7AD02C...@jorgechamorro.com>
References: <3BDDA090-823C-4386-A083-6DAEA39A4...@jorgechamorro.com>
	<385F8054-DAF2-4FC1-B584-0C6FC1A14...@3rd-eden.com>
	<20120915171824.GF7...@eldergods.com>
	<33F4E3BD-99F9-471D-A3CA-D3479D2A3...@gmail.com>
	<A4C21EF1-89E6-47FF-A34B-DE332DC54...@radicaldesigns.org>
	<CACrj35EuPCsWr2AmzVSj4Chb+Q1R6neq3+zkmmscqL8zus7...@mail.gmail.com>
	<20120916215132.GI7...@eldergods.com>
	<CAHQurc-N+GQsZTW3RiXgijNRWbtcDKTj1YNj7cKVvd+rYdU...@mail.gmail.com>
	<B5785CEC-3207-4B4A-A0AD-063F3D73E...@jorgechamorro.com>
	<CAHQurc9-CpTOChT2+fVTCeFG=aQgR+aVQ73cthwOHOop7Lp...@mail.gmail.com>
	<6F59466A-2693-4668-B723-9CC7AD02C...@jorgechamorro.com>
Date: Mon, 17 Sep 2012 22:09:03 +0200
Message-ID: <CAHQurc8+JQSa+jwY7SBZvobuBzZpUrTzcSe37dWBt5X4S0e...@mail.gmail.com>
Subject: Re: [nodejs] Threading, and Dogmatisms.
From: Ben Noordhuis <i...@bnoordhuis.nl>
To: nodejs@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
X-Gm-Message-State: ALoCoQkGMrhTDi6YGwDfZ28hRQf5wFMHM/DeUdLwkUMhfBRetGOg3qyBTOamAkHb5i+XOGTio/tN

On Mon, Sep 17, 2012 at 11:39 AM, Jorge <jo...@jorgechamorro.com> wrote:
> On the other hand it didn't take too long for the V8 guys to fix exactly that in the isolates branch...

That's actually a good example of the cost of threading support: all
benchmarks dropped by 2 to 8% on the day isolates support got merged
into V8 HEAD.