Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBE5110ECB for ; Thu, 15 Aug 2013 02:55:23 +0000 (UTC) Received: (qmail 61619 invoked by uid 500); 15 Aug 2013 02:55:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 61301 invoked by uid 500); 15 Aug 2013 02:55:21 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 61287 invoked by uid 99); 15 Aug 2013 02:55:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 02:55:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andrey.kouprianov@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 02:55:14 +0000 Received: by mail-vc0-f175.google.com with SMTP id ia10so186344vcb.34 for ; Wed, 14 Aug 2013 19:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=FSbPGDvLmOIjt6eTb91wSgMXYAeIDbWvx5HjRsxq5ks=; b=yl5qXeyrPjG1aQKkNkDBmTVHYmZRXJ9YOT6TjJYtDvs3KwKTVQ4Oo4km4vcmNZYIc4 1SrELOEor3Gf6SDO+DzAffbYxE8iIvOkwB81dAut3cptT5LuYoYXANgSdjmVoOpVohwR uBurJcEQnSb6BL9K+ZqAJPFjODSnoMOr1EDEqZY02cirVgPYCSRfJtcQs2+C4XxxYraS EUstf2i4riszWWf4md8HkT9kqbuKci+9PUzKp1hu/C41+GUCvZ+wtpEEKzBJc5ZdK0bq RhxloteJ8Hj575G7njk7E4CXxswqu+1Y+s41ISSS6T/bZ40xpK0osrCseVbnNy4W5NIv wLgg== X-Received: by 10.52.0.52 with SMTP id 20mr10495130vdb.22.1376535293540; Wed, 14 Aug 2013 19:54:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.59.4.42 with HTTP; Wed, 14 Aug 2013 19:54:33 -0700 (PDT) In-Reply-To: References: From: Andrey Kuprianov Date: Thu, 15 Aug 2013 09:54:33 +0700 Message-ID: Subject: Re: Erlang vs JavaScript To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=047d7bacbce831416504e3f3991f X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacbce831416504e3f3991f Content-Type: text/plain; charset=ISO-8859-1 I had a 5-6 times speed boost yesterday, after converting one of my design docs to Erlang. Like a breath of fresh air, if you ask me. Andrey On Wed, Aug 14, 2013 at 11:54 PM, Stanley Iriele wrote: > I'm curious... What exactly is the performance gain from writing > views/shows/ etc in Erlang vs JavaScript... From what I've seen the > JavaScript view server is sufficiently fast and feature complete. > > So my question is this.... Is the Erlang view server that much faster?... > Is there another gain that I'm missing?..and is it as feature complete as > the JavaScript equivalent? > > Regards, > > Stanley > --047d7bacbce831416504e3f3991f--