Changes between Version 1 and Version 2 of Ticket #4450, comment 9
- Timestamp:
- 08/27/23 17:24:41 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4450, comment 9
v1 v2 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).