Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Locate...By Statement question
in OpenInsight
According to the documentation, this function assumes that the data are sorted. Does this mean that the locate by statement uses binary search to locate the element in the array?
Comments
Only you can determine whether or not it is beneficial to you.
Anyway, I don't need binary search, I will just use the index function to find what I want. It's fast enough.