Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DCDEE3E1 for ; Wed, 28 Nov 2012 23:21:54 +0000 (UTC) Received: (qmail 55249 invoked by uid 500); 28 Nov 2012 23:21:53 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 55212 invoked by uid 500); 28 Nov 2012 23:21:53 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 55192 invoked by uid 99); 28 Nov 2012 23:21:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 23:21:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of justinmclean@gmail.com designates 209.85.220.47 as permitted sender) Received: from [209.85.220.47] (HELO mail-pa0-f47.google.com) (209.85.220.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 23:21:47 +0000 Received: by mail-pa0-f47.google.com with SMTP id fa10so4380677pad.6 for ; Wed, 28 Nov 2012 15:21:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=kTcRMaaZtsV1ErWl4ovMiH4XERweCnChvU9H4ELGcaQ=; b=yfMlw3p5Nl1QM4awZ1iPbss4ONv5CNshXON3JIJO6UULg/bpi0+JO+j19fA37T8ce4 VuRmvigx6fuVW4ujyTc2TGYfhkOOnUh+dKsG7WLJpQt1oPOsDHJ6D0E5smCAz7PGYj73 /dXdm1VH8fYaH1RjRvfOKM5ftgdJjqOl3VpoOEfzUvst5WkCYlgMFGT+dFaMtBgskEo5 vMfYXeDkWmt2kKcbwmgzUNf/gM1HBTVSFHcY7Z9U7blXrp5CkLJ9LM4lCzF996D73OJ9 2t+om+SpGylCDBxli9MrPrXSh0aurYfcH1MB0E2yXw/jwfSRFLeVZU2BHjM5Kehr7nz1 CKdg== Received: by 10.68.237.135 with SMTP id vc7mr62691767pbc.2.1354144887464; Wed, 28 Nov 2012 15:21:27 -0800 (PST) Received: from [192.168.0.9] (124-149-63-44.dyn.iinet.net.au. [124.149.63.44]) by mx.google.com with ESMTPS id o1sm13226934paz.34.2012.11.28.15.21.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 15:21:25 -0800 (PST) Sender: Justin Mclean Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [FalconJS] concepts From: Justin Mclean In-Reply-To: <50B6979D.1040905@gmail.com> Date: Thu, 29 Nov 2012 10:21:17 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <258833BE-E414-41BC-B90F-AABE3B576131@classsoftware.com> References: <50B68DFB.2000004@gmail.com> <20121128172617.99734qine25om1zd@teotigraphix.com> <50B6979D.1040905@gmail.com> To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1283) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > And to eliminate the 'IF' from your conditional statement, just a = quick one: > http://jsperf.com/jqury-vs-plainjs Slightly off topic but amusing all the same: http://vanilla-js.com Reinforces the point that if you want pure performance don't use a = framework and as we're generating the JS there's probably no need to use = one, especially one as heavy as jQuery. Justin