Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite cache/ring buffer for finite input #36

Open
shuhaowu opened this issue Apr 9, 2023 · 0 comments
Open

Infinite cache/ring buffer for finite input #36

shuhaowu opened this issue Apr 9, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@shuhaowu
Copy link
Contributor

shuhaowu commented Apr 9, 2023

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.

@shuhaowu shuhaowu added the enhancement New feature or request label Apr 9, 2023
@shuhaowu shuhaowu added this to the v1.1 milestone Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant