gitea/modules/indexer/code
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>
2021-04-01 19:41:09 +02:00
..
bleve.go Speed up `enry.IsVendor` (#15213) 2021-04-01 19:41:09 +02:00
bleve_test.go
elastic_search.go Speed up `enry.IsVendor` (#15213) 2021-04-01 19:41:09 +02:00
elastic_search_test.go
git.go Reduce calls to git cat-file -s (#14682) 2021-02-17 22:32:25 +01:00
indexer.go
indexer_test.go
search.go
wrapped.go