Date: Sun, 14 Apr 1996 08:06:26 -0400 From: dj (DJ Delorie) Message-Id: <199604141206.IAA09243@delorie.com> To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 14 Apr 1996 10:38:56 +0200 (IST)) Subject: Re: new write.c > Wouldn't moving bytes one by one to the transfer buffer slow down `write' > too much? The old version had to move them, byte by byte, into the temporary buffer, and *then* move them into the transfer buffer.