autoload: rewrite for conformance and performance
Rewrite autoload, split the big function into two smaller ones, doing only option parsing at main function. The algorithm is also rewritten in two steps for both path inclusion an exclusion functions: 1) use auxiliary lists to store valid function and completion paths, 2) bulk insert or remove just once in the variable.
Please register or sign in to comment