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
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
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
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
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