Skip to content

Rendering is slow because it's using cursor manipulation instead of writing to a virtual buffer #2

Description

@ShaunLawrie

The renderer writes directly to the terminal which makes it hard to write unit tests and also slow to render. The renderer should be updated to use a virtual buffer but it can't be using buffercells because those aren't cross platform.

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions