horsicq / DIE-engine

DIE engine
MIT License
2.29k stars 317 forks source link

Strings filter is slow in case you have 100K lines #69

Open greenozon opened 2 years ago

greenozon commented 2 years ago

In case your binary has 100 000 strings the searchbox edit works prerry slow... It takes seconds between type in new char and then filter out image

Proposal is to either do general speed up or 2nd option - filter strings only after user stops type in the chars...

Test provided on Win7x64, DiE ver 3.06 (latest release to the moment)

horsicq commented 2 years ago

Thanks a lot for the testing. I will take a look.