Skip to content

Optimize shell character drawing. #5

@Nufflee

Description

@Nufflee

First off, try to get rid of (old_)/line_buffer completely.

  • Do not memcpy the whole line_buffer every time a character is modified.
  • Do not diff the whole line_buffer every time a character is modified.
  • Use memcpy to shift line_buffer instead of the for loop.

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