You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should be able to do most comparisons based on the prefix (4 bytes), rather than looking in the databuffer.
If the values are the same, we can look into the databuffer and compare the rest of the bytes.
This should avoid fetching most of the data, only for the comparisons that have equal 4 bytes.