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
In the current implementation the longest line is found out by traversing through all the lines.
It would be more optimized to calculate the longestline by traversing through all the lines ONLY in the case of an import. In the cases of other changes, calculate ONLY for the edited section, and compare it with previous longestline value.
The text was updated successfully, but these errors were encountered:
In the current implementation the longest line is found out by traversing through all the lines.
It would be more optimized to calculate the longestline by traversing through all the lines ONLY in the case of an import. In the cases of other changes, calculate ONLY for the edited section, and compare it with previous longestline value.
The text was updated successfully, but these errors were encountered: