nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] m_getfld branch merged


From: David Levine
Subject: Re: [Nmh-workers] m_getfld branch merged
Date: Mon, 28 Jan 2013 22:56:17 -0500

> So do a lot of nmh programs use fseek() to change the
> stream pointer mid-stream?  I ask because maybe
> (the programs that care about that could tell m_getfld ()
> that they do care about that).

Done with a very minor code addition.  I also reduced
m_getfld's internal buffer size from 8K to 4K.  That seems
to be a better match for message header size these days, and
4K is also the stdio buffer size on Linux.

With those changes, scan(1) performance is identical to what
it was before the merge.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]