Skip to content

How can we minimize memory consumption when decoding data? #2787

@pquentin

Description

@pquentin

For the needs of #2712, I'm looking for a queue-like data structure that:

  • holds bytes
  • supports put()ing an arbitrary number of bytes
  • supports get()ing an arbitrary number of bytes
  • consumes O(size()) memory
  • is less complex than a rope!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions