From owner-freebsd-hackers Tue Jul 1 09:45:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07944 for hackers-outgoing; Tue, 1 Jul 1997 09:45:43 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA07939 for ; Tue, 1 Jul 1997 09:45:41 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA18554; Tue, 1 Jul 1997 09:43:45 -0700 From: Terry Lambert Message-Id: <199707011643.JAA18554@phaeton.artisoft.com> Subject: Re: sfio To: black@zen.cypher.net (Ben Black) Date: Tue, 1 Jul 1997 09:43:45 -0700 (MST) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Ben Black" at Jun 30, 97 10:36:09 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > has anyone played with sfio? it looks like a valuable replacement for > stdio... > > http://www.oasis.leo.org/perl/src/independent/sfio.dsc.html It isn't significantly faster on FreeBSD because of the cache unification making normal I/O faster. Last time I checked, there were still a couple of coherency problems (missing msync() calls, if I recall correctly). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.