Skip to content

Infinite cache/ring buffer for finite input #36

@shuhaowu

Description

@shuhaowu

For finite input cases (like CSV), currently wesplot only plots the last 1800 data points by default (as defined by the -w) option. There should be a way to specify infinite buffer size.

However, the current buffer is based on the container/ring which is not suitable for this task as a suitable (infinite) ring buffer requires dynamic allocation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions