From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 13CAA1F7E8 for ; Fri, 25 Dec 2015 22:21:41 +0000 (UTC) Received: from localhost ([::1]:36639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCajz-0000P8-Hg for dtas-all@80x24.org; Fri, 25 Dec 2015 17:21:39 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCajy-0000P2-F6 for dtas-all@nongnu.org; Fri, 25 Dec 2015 17:21:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCajv-0006R8-9W for dtas-all@nongnu.org; Fri, 25 Dec 2015 17:21:38 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:49786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCajv-0006R4-3f for dtas-all@nongnu.org; Fri, 25 Dec 2015 17:21:35 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 771111F7E8; Fri, 25 Dec 2015 22:21:33 +0000 (UTC) Date: Fri, 25 Dec 2015 22:21:33 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: Fwd: Ruby 2.3.0 Released Message-ID: <20151225222133.GA28112@dcvr.yhbt.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org As you may have noticed, some of the recent changes in dtas 0.12.x (and coming in 0.13) will take advantage of new features found in Ruby 2.3 ref: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/72477 dtas 0.12.x uses some of the new non-blocking I/O features in Ruby 2.3; but gracefully degrades to older, less-efficient I/O in older Rubies. dtas.git also enables frozen_string_literal. These changes are all intended to reduce GC pressure, hopefully reducing buffer underruns for people using small buffers (for low-latency) and/or use overloaded systems.