Improve ProcFS globbing and directory scanning efficiency
General
Escalation
General
Escalation
Description
Right now, we traverse the proc/sys ft for every wildcard entry in the files_spec list. We probably want to do that only once, and compare it against all possible patterns.
Right now, we traverse the proc/sys ft for every wildcard entry in the files_spec list. We probably want to do that only once, and compare it against all possible patterns.