From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.clogger.general Subject: [ANN] clogger 1.3.0 - avoid RARRAY_PTR usage Date: Thu, 26 Sep 2013 23:51:59 +0000 Message-ID: <20130926235159.GB10943@dcvr.yhbt.net> References: <20130926235159.GB10943@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380239526 4405 80.91.229.3 (26 Sep 2013 23:52:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 23:52:06 +0000 (UTC) To: clogger@librelist.org Original-X-From: clogger@librelist.org Fri Sep 27 01:52:11 2013 Return-path: Envelope-to: gcrcg-clogger@m.gmane.org In-Reply-To: <20130926235159.GB10943@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: clogger@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.clogger.general:60 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPLLu-0005fO-PD for gcrcg-clogger@m.gmane.org; Fri, 27 Sep 2013 01:52:10 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 3A5CE7508A for ; Fri, 27 Sep 2013 00:02:52 +0000 (UTC) Changes: This release only affects users of the C extension. Users of the pure Ruby code are not affected. * avoid RARRAY_PTR usage for RGenGC in Ruby 2.1.0 I have not benchmarked this, but this is unlikely to be a bottleneck at all in older Rubies. It results in a smaller binary, too, which will help with icache bloat. This should also improve performance under Rubinius, too. * http://clogger.rubyforge.org/ * clogger@librelist.org * git://bogomips.org/clogger.git * http://clogger.rubyforge.org/NEWS.atom.xml