v2.2.0
tag7ca9a56767a296cdcfdd0aa51b318a7d28270981
object fd4ee32882f8c59b085f097dbb2d143c9086a255
authorEric Wong <normalperson@yhbt.net>
Mon, 2 Aug 2010 08:05:47 +0000 (2 08:05 +0000)
Ruby io_splice 2.2.0 - updates for Linux 2.6.35

This release adds IO#pipe_size and IO#pipe_size= accessors for
resizing the kernel pipe buffer under Linux 2.6.35+.  This
functionality may be used to either reduce memory footprint or
make large copies with fewer method dispatches and system calls.

These methods are only available when run under Linux 2.6.35 or
later (but always built, so there's no need to recompile this
library after upgrading your kernel).

http://bogomips.org/ruby_io_splice/doc/IO.html#method-i-pipe_size
http://bogomips.org/ruby_io_splice/doc/IO.html#method-i-pipe_size%3D