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
Would it be possible to get the algorithm run faster. Maybe at the program split the strings smaller during the run. Now it seems to slow down when the amount of data increases (>100000 words).
The text was updated successfully, but these errors were encountered:
@jmokoistinen I'm not sure; most of the heavy algorithmic work was done by Dr. Stephen Rice 20 years ago; I just added UTF-8 support to this project, so I'm not even sure where to look to increase the speed. I'm suspecting the sync module is running some O(n^2) or O(n log n) algorithm to align text, but I could be wrong.
Would it be possible to get the algorithm run faster. Maybe at the program split the strings smaller during the run. Now it seems to slow down when the amount of data increases (>100000 words).
The text was updated successfully, but these errors were encountered: