-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 2/28/2008 7:02 AM:
|> And with --disable-assert, I get:
|>
|>41.2 s real + 0.9 sec system
|
| With the patch below, I get:
|
| 36.9 s real + 0.9 sec system
|
| i.e. an additional 10
Eric Blake <[EMAIL PROTECTED]> wrote:
> Here's what I installed on the argv_ref branch instead - it likewise shows
> an impressive speedup, even without implementing memchr2 or using
> freadahead yet (but those two steps can only help), and it will be much
> easier to port to the master branch. Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Meyering on 3/1/2008 11:26 AM:
| + while (1)
| +{
| + size_t len;
| + const char *buffer = next_buffer (&len, false);
| + if (buffer)
| + {
| + const char *p = (char *) memchr (buffer, '\n', len);
|
|