Thread (13 messages) flat view 13 messages, 5 authors, 2016-06-15

Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters

From: David Kastrup <hidden>
Date: 2016-06-15 22:44:37

"Avery Pennarun" [off-list ref] writes:
On 5/16/08, Johannes Schindelin [off-list ref] wrote:
quoted
        BTW I do not know how much fgetc() instead of fgets() slows
        down things, but I expect both to be equally fast because
        they are both buffered, right?
In my experience, fgetc() is pretty fantastically slow because you
have a function call for every byte (and, I gather, modern libc does
thread locking for every fgetc).  It's usually much faster to fread()
into a buffer and then access the buffer.  I don't know if that's
appropriate (or matters) here, though.
Is getc an option?

-- 
David Kastrup
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help