Open
Description
Is your feature request related to a problem? Please describe.
A large portion of the execution time for AppInspector is allocating memory for the FullContent field of TextContainer. We should test the performance uplift we can get by using StreamRegex.
Difficult portions here will be properly implementing the conditions based behavior from OAT and optimizing number of passes through the stream with multiple rules.