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
Note that the new (list->utf8string l) is still about 40% slower
than an (apply string-append l) approach but this version can
handle arbitrary length strings rather than being limited to
about ~8193 character length strings. Still 25x better than prev.
0 commit comments