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
Both PPrint and Fansi make heavy use of passing closures to functions, this could likely benefit highly from inlining. Fansi itself has a set of (commented out) performance tests. It would be useful to compare the results of those performance tests against their equivalents in Scala's Fansi so see what we could do better.
The text was updated successfully, but these errors were encountered:
Both PPrint and Fansi make heavy use of passing closures to functions, this could likely benefit highly from inlining. Fansi itself has a set of (commented out) performance tests. It would be useful to compare the results of those performance tests against their equivalents in Scala's Fansi so see what we could do better.
The text was updated successfully, but these errors were encountered: