Adds a class UefiMultiScanner, which can match multiple rules simultaneously. It attempts to avoid duplicating work by finding common properties amongst rules and checking for them only once.
A UefiMultiScanner takes a list of rules and produces a set of indices in its results field corresponding to matched rules from the input list.
Adds a class
UefiMultiScanner
, which can match multiple rules simultaneously. It attempts to avoid duplicating work by finding common properties amongst rules and checking for them only once.A
UefiMultiScanner
takes a list of rules and produces a set of indices in itsresults
field corresponding to matched rules from the input list.