Skip to content
Snippets Groups Projects
Commit 7b68497b authored by Derek Stavis's avatar Derek Stavis
Browse files

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.
parent 204de94c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment