Skip to content

Char deletion operation in buffer module needs dynamic shrinking feature #1

@oneiro-naut

Description

@oneiro-naut

Character deletion in buffer does not affect it's maximum size. It does not shrink even when the buffer current size reduces to 0. This can waste a lot of memory. We need to reallocate the buffer so as to shrink it after certain decrease in current size. That is we need to store the ratio of current size to max size maybe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions