Skip to content

Commit

Permalink
findpkgs: change coding style / 2x speedup
Browse files Browse the repository at this point in the history
This modified findpkgs behave as the previous
version.. the diffs show no discrepancies

It can be faster, but requires more attention
to the details.

old
    time ./support/findpkgs-old &>/dev/null

    real    6m7.668s
    user    1m23.250s
    sys 2m11.517s

new
    time ./support/findpkgs &>/dev/null

    real    3m20.436s
    user    0m57.060s
    sys 1m5.267s
  • Loading branch information
wdlkmpx committed Jun 12, 2016
1 parent e40b01a commit 3ad573f
Showing 1 changed file with 336 additions and 353 deletions.
Loading

0 comments on commit 3ad573f

Please sign in to comment.