Re: svn commit: r211463 - head/usr.bin/grep

2010-11-29 Thread David Schultz
On Wed, Aug 18, 2010, Dimitry Andric wrote: > On 2010-08-18 22:48, m...@freebsd.org wrote: > >> - Refactor file reading code to use pure syscalls and an internal buffer > >>instead of stdio. This gives BSD grep a very big performance boost, > >>its speed is now almost comparable to GNU gr

Re: svn commit: r211463 - head/usr.bin/grep

2010-08-19 Thread Dag-Erling Smørgrav
m...@freebsd.org writes: > I didn't read all of the details in the profiling mails in the thread, > but does this mean that work on stdio would give a performance boost > to many apps? No, just that stdio is not the appropriate tool in this case. DES -- Dag-Erling Smørgrav - d...@des.no

Re: svn commit: r211463 - head/usr.bin/grep

2010-08-18 Thread Dimitry Andric
On 2010-08-18 22:48, m...@freebsd.org wrote: >> - Refactor file reading code to use pure syscalls and an internal buffer >>instead of stdio. This gives BSD grep a very big performance boost, >>its speed is now almost comparable to GNU grep. > > I didn't read all of the details in the pro

Re: svn commit: r211463 - head/usr.bin/grep

2010-08-18 Thread Gabor Kovesdan
Em 2010.08.18. 22:48, m...@freebsd.org escreveu: On Wed, Aug 18, 2010 at 10:40 AM, Gabor Kovesdan wrote: Author: gabor Date: Wed Aug 18 17:40:10 2010 New Revision: 211463 URL: http://svn.freebsd.org/changeset/base/211463 Log: - Refactor file reading code to use pure syscalls and an internal

Re: svn commit: r211463 - head/usr.bin/grep

2010-08-18 Thread mdf
On Wed, Aug 18, 2010 at 10:40 AM, Gabor Kovesdan wrote: > Author: gabor > Date: Wed Aug 18 17:40:10 2010 > New Revision: 211463 > URL: http://svn.freebsd.org/changeset/base/211463 > > Log: >  - Refactor file reading code to use pure syscalls and an internal buffer >    instead of stdio.  This give