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
Checking whether two FragmentAnnotations are equal is slow due to the regex comparison in __str__ . The regex can be compiled or more direct equality checking can be implemented.
It's important to benchmark the runtime of the old implementation versus any optimized implementation.
The text was updated successfully, but these errors were encountered:
Checking whether two
FragmentAnnotation
s are equal is slow due to the regex comparison in__str__
. The regex can be compiled or more direct equality checking can be implemented.It's important to benchmark the runtime of the old implementation versus any optimized implementation.
The text was updated successfully, but these errors were encountered: