Sorry if this question has been asked before. I could not find an answer.
I've been testing some combination of filters with NoteTracker. Some of them are simple, like
filter only hands with the player on the button. Some are more complex, like filter out draws
with certain hand ranges.
As a programmer, I figured that I would put what I considered the simplest filters first and the
more elaborate filters last, thereby excluding hands which don't match the set of criteria faster.
On a large data set, should I expect to see any performance increase from this prioritization?
If so, are there some general guidelines that I should follow when ordering filters?
Perhaps internally, PT does or could optimize these filters accordingly?
Thanks for any advice,
John