Thnanks for update to improved the speed of Find.
But after several tests, I found the speed of Find with a little complex Regular Expressions is became slower.
Test file, 85MB, 720000 lines, Win7 64bit.
Emed64 v18.1.2:
“Number of Threads=Auto” Result: 5 matches are found in 5 lines. (2 threads, 22.6830 seconds)
“Number of Threads=1” Result: 5 matches are found in 5 lines. (1 threads, 31.1530 seconds)
“Number of Threads=2” Result: 5 matches are found in 5 lines. (2 threads, 22.8700 seconds)
“Number of Threads=4” Result: 5 matches are found in 5 lines. (4 threads, 22.1050 seconds)
Emed64 v18.2.0:
“Number of Threads=Auto” Result: 5 matches are found in 5 lines. (31.153 seconds)
“Number of Threads=2” Result: 5 matches are found in 5 lines. (31.387 seconds)
“Number of Threads=4” Result: 5 matches are found in 5 lines. (31.247 seconds)
It may caused by “Removed multi-threaded search/replace, as single-threaded search/replace is now faster.”
But even if change the “Number of Threads” to 2 or 4 in Advanced page, it still can not perform multi-threaded search.