Official request: Please make GNU grep the default
Peter Jeremy
peterjeremy at acm.org
Mon Aug 16 11:35:01 UTC 2010
On 2010-Aug-16 10:55:18 +0200, Dag-Erling Smørgrav <des at des.no> wrote:
>It might be worth a shot adding mmap(2) support as well, i.e. when
>processing an uncompressed regular file, try to mmap(2) it first, and if
>that fails, fall back to the plain buffered read(2) method.
Note that ZFS and mmap() don't get on especially well together so this
isn't a definite win. You also need to allow for files that are too
large to be mapped in one go.
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20100816/6fb1587b/attachment.pgp
More information about the freebsd-current
mailing list