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
Starting from @text-1.3@ fusion is no longer implicit
However, many functions still use Stream internally, even thought they would probably run a lot faster without it. It is much more efficient to work on the underlying bytes instead of decoding and encoding to and from UTF-32 through Stream. Some functions that use Stream include cons, snoc, and isPrefix.
The text was updated successfully, but these errors were encountered:
The documentation states
However, many functions still use
Stream
internally, even thought they would probably run a lot faster without it. It is much more efficient to work on the underlying bytes instead of decoding and encoding to and from UTF-32 throughStream
. Some functions that useStream
includecons
,snoc
, andisPrefix
.The text was updated successfully, but these errors were encountered: