From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 38F8C202C1 for ; Thu, 16 Mar 2017 03:14:14 +0000 (UTC) From: Eric Wong To: raindrops-public@bogomips.org Subject: [PATCH 0/3] aggregate/pmq: various fixes and cleanups Date: Thu, 16 Mar 2017 03:14:09 +0000 Message-Id: <20170316031412.16713-1-e@80x24.org> List-Id: Now that we rely on Ruby 1.9+, we can rely on IO.copy_stream and remove the io-extra requirement. Future Rubies may even have pread/pwrite support natively. Eric Wong (3): aggregate/pmq: avoid false sharing of lock buffers aggregate/pmq: remove io-extra requirement aggregate/pmq: avoid File#stat allocation lib/raindrops/aggregate/pmq.rb | 22 ++++++++++++++-------- raindrops.gemspec | 1 - 2 files changed, 14 insertions(+), 9 deletions(-)