Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- Date: Sat, 17 May 2008 12:07:26 +0200
- From: "Stephen R. van den Berg" <srb@xxxxxxx>
- Subject: Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
Johannes Schindelin wrote:
>On Fri, 16 May 2008, Avery Pennarun wrote:
>> fread is about 18x faster than fgetc(). getc() is the same speed as
>> fgetc(). getc_unlocked() is definitely faster than getc, but still at
>> least 7x slower than fread().
>Well, my question was more about fgetc() vs fgets().
>If you feel like it, you might benchmark this patch:
Wouldn't it be better to improve the implementation of getc()
in glibc instead?
getc() is meant to be the fast version of fgetc(), and if it isn't
(anymore), then the library needs fixing.
--
Sincerely, srb@xxxxxxx
Stephen R. van den Berg.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
- Follow-Ups:
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- References:
- git bug: rebase fatal failure
- From: Tommy Thorn
- Re: git bug: rebase fatal failure
- From: Johannes Schindelin
- Re: git bug: rebase fatal failure
- From: Johannes Schindelin
- [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Avery Pennarun
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Johannes Schindelin
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Avery Pennarun
- Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- From: Johannes Schindelin
- git bug: rebase fatal failure
- Prev by Date: Re: [PATCH] "not uptodate" changed to "has local changes"
- Next by Date: Re: [PATCH] Add a -z option to 'git status' to safely feed shell programs with path names
- Previous by thread: Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- Next by thread: Re: [PATCH] mailsplit and mailinfo: gracefully handle NUL characters
- Index(es):