##// END OF EJS Templates
fileset: combine union of basic patterns into single matcher...
fileset: combine union of basic patterns into single matcher This appears to improve query performance in a big repository than I thought. Writing less Python in a hot loop, faster computation we gain. $ hg files --cwd mozilla-central --time 'set:a* + b* + c* + d* + e*' (orig) time: real 0.670 secs (user 0.640+0.000 sys 0.030+0.000) (new) time: real 0.210 secs (user 0.180+0.000 sys 0.020+0.000)

File last commit:

r32206:c4858385 default
r38901:899b4c74 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer