From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 634242002E7 for ; Mon, 9 Jan 2012 09:05:28 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id E959C42542 for ; Mon, 9 Jan 2012 09:05:27 -0800 (PST) Date: Mon, 09 Jan 2012 09:05:27 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0b1e57ed50a_7ea23ff2480512f021774@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Sped up the code generator a bit more by eliminati... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0b1e57eb32f_7ea23ff2480512f0215e8"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 17:05:28 -0000 ----==_mimepart_4f0b1e57eb32f_7ea23ff2480512f0215e8 Date: Mon, 09 Jan 2012 09:05:27 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0b1e57ec652_7ea23ff2480512f0216ac@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf https://github.com/dtaht/deBloat/commit/9136e8c190abc97c5cd68f6d98e0df0bc9c46ccf Author: Dave Taht Date: 2012-01-09 (Mon, 09 Jan 2012) Changed paths: M src/staqfq.lua Log Message: ----------- Sped up the code generator a bit more by eliminating a string format What you can do with varargs in lua is kind of nice. local function qa(...) return tc:write(qastring,sf(...),"\n") end ----==_mimepart_4f0b1e57eb32f_7ea23ff2480512f0215e8--