io_splice RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] README: add a note on sleepy_penguin providing splice + tee
@ 2019-01-02 19:55 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-01-02 19:55 UTC (permalink / raw)
  To: ruby-io-splice

---
 README | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 572c401..c2a62ec 100644
--- a/README
+++ b/README
@@ -3,7 +3,10 @@
 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.
+buffer.  The `splice' and `tee' syscalls are also provided by the
+{sleepy_penguin}[https://bogomips.org/sleepy_penguin/] library.
+"io_splice" remains maintained for old applications or users
+experimenting with the vmsplice syscalls
 
 == Features
 
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-02 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 19:55 [PATCH] README: add a note on sleepy_penguin providing splice + tee Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_io_splice.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).