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
Currently, it iterates through all objects except those that have already been checked. It could be made more efficient by moving to the next object as soon as it reaches an object more than 10 ms past the current one (assuming objects are sorted).
The text was updated successfully, but these errors were encountered:
Good catch, also ended up using the actual arrays instead of first placing them into lists and then performing except for each iteration; makes things a bit more space efficient as well.
Currently, it iterates through all objects except those that have already been checked. It could be made more efficient by moving to the next object as soon as it reaches an object more than 10 ms past the current one (assuming objects are sorted).
The text was updated successfully, but these errors were encountered: