Skip to content

Implement more efficient render algorithm #71

@certik

Description

@certik

Currently the render method always prints the whole Window from scratch.

Instead, we should add an optional argument Window &old_window which would represent the current state of the screen and render would do an efficient diff against it and only update things that changed (characters and colors).

This should be done after #69 is fixed, as that issue will extend how colors are represented in Window.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    To do

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions