bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simplifying command line parsing with Genparse


From: Bob Proulx
Subject: Re: Simplifying command line parsing with Genparse
Date: Thu, 7 Jun 2007 15:49:53 -0600
User-agent: Mutt/1.5.9i

Michael Geng wrote:
> I would expect Genparse to generate faster code than argp because it does 
> part of the work at compile time while argp does everything at run time
> since it's a library function.

Is the performance of parsing program arguments really a concern?  I
would think that the difference would not be significant.  I would
value clean code over minor performance improvements.  For coreutils I
would value object code size over performance.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]