[REQ] tcmatch.dll - inform about start of a new QS-pass
Posted: 2009-07-31, 19:31 UTC
Christian could you please add a possibility to inform the dll that a new QS-matching series/pass starts? (always when the user adds or removes a new filter char)
I just found that my QSE has low performance (could be improved by 70%) because I called "_wstat" on every call of "MatchFileW". So I could check only for every new series/pass.
Could be named:
Or something like this.
Edit:
Could you also remove the ".." entry to be send to QS?
I have to check for it to ignore it because otherwise the "file" produces errors when using wdx etc.
I just found that my QSE has low performance (could be improved by 70%) because I called "_wstat" on every call of "MatchFileW". So I could check only for every new series/pass.
Could be named:
Code: Select all
MatchPassStart
MatchCycleBegin
Edit:
Could you also remove the ".." entry to be send to QS?
I have to check for it to ignore it because otherwise the "file" produces errors when using wdx etc.