From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4BF521F770; Wed, 2 Jan 2019 21:15:16 +0000 (UTC) Date: Wed, 2 Jan 2019 21:15:15 +0000 From: Eric Wong To: ruby-io-splice@bogomips.org Subject: [ANN] io_splice 4.4.1 - zero-copy pipe I/O for Linux and Ruby Message-ID: <20190102211515.pkzzvn3yprbtccim@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: The splice family of Linux system calls can transfer data between file descriptors without the need to copy data into userspace. Instead of a userspace buffer, they rely on an ordinary Unix pipe as a kernel-level buffer. * homepage: https://bogomips.org/ruby_io_splice/ * git clone https://bogomips.org/ruby_io_splice.git * Atom feed: https://bogomips.org/ruby_io_splice/NEWS.atom.xml * mail archives: https://bogomips.org/ruby-io-splice/ * mailing list: ruby-io-splice@bogomips.org Changes: minor updates This release fixes mismatched indentation warnings in Ruby 2.6+. There are also some minor doc updates. Of course, all the relevant functionality is also in the "sleepy_penguin" RubyGem. So chances are you won't need this package and increase overhead from DSOs(*) 4 changes since v4.4.0 io/splice: fix mismatched indentation warnings pkg.mk: build system updates doc: update URLs to HTTPS and remove refs to mail software README: add a note on sleepy_penguin providing splice + tee (*) https://udrepper.livejournal.com/8790.html -- EW