Changes between Version 2 and Version 3 of Ticket #4450, comment 9


Ignore:
Timestamp:
08/27/23 17:28:26 (8 months ago)
Author:
eugenesan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4450, comment 9

    v2 v3  
    11I've been doing some testing with PCRE2 enabled MC and found that it is ~2x faster but provides different search results, which is concerning. 
    22 
    3 I performed "Find File" with "Content (Regular expression) ^.*pcre.*$" on a tree of mixed text, binaries and archives (total ~90k / 3GB). 
     3I performed "Find File with Content (Regular expression)" ```^.*pcre.*$"``` on a tree of mixed text, binaries and archives (total ~90k / 3GB). 
    44PCRE2 compiled MC provided ~0.005% (4476 vs 4453) less results when compared to default search engine. 
    55Most of the misses where in binary files (.jar archives to be precise).