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
Timing profiles for various aspects of the algorithm would be helpful for optimization (maybe even a C++ implementation which bypasses some of the PyObject machinery):
Initialization of hashseq
Computation of hashseq.hash_value
Dictionary lookups
list maintenance
The text was updated successfully, but these errors were encountered:
Timing profiles for various aspects of the algorithm would be helpful for optimization (maybe even a C++ implementation which bypasses some of the PyObject machinery):
hashseq
hashseq.hash_value
The text was updated successfully, but these errors were encountered: