|
|
|
|
|
by MattPalmer1086
427 days ago
|
|
An implication of doing as little as possible in the loop is you could boost performance by creating variants of the search algorithm for different types of search. Then you won't incur the penalty or constantly testing "if it's this kind of search do this else do that" inside the search loop. |
|