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
This library is awesome, but one thing it suffers from is huge memory consumption on large strings as the resulting array can be pretty gigantic. I would love a generator version that spits out small chunks instead of a giant result array.
I attempted this by myself but unicode and "cleanup" turned out to be out of my understanding.
This library is awesome, but one thing it suffers from is huge memory consumption on large strings as the resulting array can be pretty gigantic. I would love a generator version that spits out small chunks instead of a giant result array.
I attempted this by myself but unicode and "cleanup" turned out to be out of my understanding.
See master...LiraNuna:fast-diff-iterator:master for my attempt.
The text was updated successfully, but these errors were encountered: