Skip to content

Don't use streams and fusion #513

Description

@oberblastmeister

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions