Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!linus!philabs!mcvax!steven From: steven@mcvax.UUCP (Steven Pemberton) Newsgroups: net.lang Subject: Re: Slow Fortran I/O Message-ID: <5884@mcvax.UUCP> Date: Tue, 3-Jul-84 15:10:42 EDT Article-I.D.: mcvax.5884 Posted: Tue Jul 3 15:10:42 1984 Date-Received: Wed, 4-Jul-84 02:18:38 EDT References: <9625@lanl-a.UUCP> Organization: CWI, Amsterdam Lines: 10 > This isn't Fortran's fault, it's the I/O library! There is no good reason > for Fortran I/O to be any slower than direct system calls (except for a > small amount of overhead related to library table maintenance). I'm not sure about this. Surely interpreting formats at runtime slows I/O a lot. It could be possible to compile the formats, but Fortran also allows you to read the format at run-time, so you still need your format interpreter around. Does any Fortran compiler compile formats? Steven Pemberton, CWI, Amsterdam. steven@mcvax