Changes between Version 2 and Version 3 of Ticket #4450, comment 9
- Timestamp:
- 08/27/23 17:28:26 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4450, comment 9
v2 v3 1 1 I've been doing some testing with PCRE2 enabled MC and found that it is ~2x faster but provides different search results, which is concerning. 2 2 3 I performed "Find File " with "Content (Regular expression) ^.*pcre.*$"on a tree of mixed text, binaries and archives (total ~90k / 3GB).3 I performed "Find File with Content (Regular expression)" ```^.*pcre.*$"``` on a tree of mixed text, binaries and archives (total ~90k / 3GB). 4 4 PCRE2 compiled MC provided ~0.005% (4476 vs 4453) less results when compared to default search engine. 5 5 Most of the misses where in binary files (.jar archives to be precise).