• J
    hvsupport: skip non-matching lines early · f1bbf57c
    Ján Tomko 提交于
    Most of the lines we look at are not going to match one of the
    driver types contained in $groups_regex.
    
    Move on to the next line if it does not contain any of them early.
    This speeds up the script execution by 50%, since this simple regex
    does not have any capture groups.
    f1bbf57c
hvsupport.pl 12.6 KB