Commit Graph

1 Commits (6d30a00762187841cd24d89ddf1466c7107d1add)

Author SHA1 Message Date
zeripath ff460ca74d
Speed up `enry.IsVendor` (#15213)
`enry.IsVendor` is kinda slow as it simply iterates across all regexps.
This PR ajdusts the regexps to combine them to make this process a
little quicker.

Related #15143

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago