solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.3k stars 113 forks source link

Strings tool can hang for a while when search limit is reached #217

Closed solemnwarning closed 10 months ago

solemnwarning commented 10 months ago

When the maximum number of strings has been reached, the UI thread tells the workers to stop and waits for them to exit, but they don't return until their search window is completed, so this can make the UI thread block for a while on large files.

solemnwarning commented 10 months ago

Fixed.