You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/analyze
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>
3 years ago
..
code_langauge.go Exclude generated files from language statistics (#11653) 4 years ago
vendor.go Speed up `enry.IsVendor` (#15213) 3 years ago
vendor_test.go Speed up `enry.IsVendor` (#15213) 3 years ago