On 5/16/08, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
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.
Have fun,
Avery
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html