-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
Description
The documentation states
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
.
chessai and Bodigrim