Changes between Initial Version and Version 1 of Ticket #4450, comment 9


Ignore:
Timestamp:
08/27/23 17:24:19 (10 months ago)
Author:
eugenesan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4450, comment 9

    initial v1  
    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).