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,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 8EF331F575; Sat, 22 Feb 2020 01:05:58 +0000 (UTC) Date: Sat, 22 Feb 2020 01:05:58 +0000 From: Eric Wong To: ruby-io-splice@yhbt.net Subject: [ANN] io_splice 4.4.2 - zero-copy pipe I/O for Linux and Ruby Message-ID: <20200222010558.GA16386@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://yhbt.net/ruby_io_splice/ * git clone https://yhbt.net/ruby_io_splice.git * Atom feed: https://yhbt.net/ruby_io_splice/NEWS.atom.xml * mail archives: https://yhbt.net/ruby-io-splice/ * mailing list: ruby-io-splice@yhbt.net Changes: URL + doc updates doc: update URLs to point to YHBT.net bogomips.org is going away since .org isn't going to be affordable, anymore. While we're at it, stop requiring olddoc to just build the gem.