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.
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
..
bleve.go Speed up `enry.IsVendor` (#15213) 3 years ago
bleve_test.go Support elastic search for code search (#10273) 4 years ago
elastic_search.go Speed up `enry.IsVendor` (#15213) 3 years ago
elastic_search_test.go Fix bug on elastic search (#12811) 4 years ago
git.go Reduce calls to git cat-file -s (#14682) 3 years ago
indexer.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
indexer_test.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
search.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
wrapped.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago