tech-pkg archive

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

Re: Optimising check-interpreter



On Wed, Sep 03, 2014 at 08:14:37AM +0000, David Holland wrote:
> Maybe instead the script could be converted to something higher-
> performance? Right now it does a shell read loop over every file, and
> those are notoriously slow in addition to requiring multiple execs per
> file.

Move the regex into awk and build a single awk script that runs over all
files?

Joerg


Home | Main Index | Thread Index | Old Index