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
Eg. for comparing two fonts which are similar except for a couple lines, with ttx that is 53MB, fdiff by default takes ... well, I interrupted it after 4 minutes.
With external diff it takes 5s, most of which is the conversion to ttx. Diffing the ttx'es using unix diff takes only .3s.
fdiff is great!
Internal python diff is way too slow on large strings. Maybe default to external unix diff command if available? That one is instantanous.
The text was updated successfully, but these errors were encountered: