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

Split filter() into two functions #7

Open
tbrown122387 opened this issue May 1, 2020 · 0 comments
Open

Split filter() into two functions #7

tbrown122387 opened this issue May 1, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tbrown122387
Copy link
Owner

Consider rewriting filter() so that it makes use of two public functions: one to perform mutation and rewrighting, and the other to perform resampling. This added level of control would be useful for latency-sensitive applications that only need to make use of the results from the first stage. After that, resampling could be performed while there is plenty of downtime.

A challenge would be to ensure that a.) one cannot use both schemes simultaneously, and that if one opted for the more involved scheme, that errors would be thrown when the ordering was broken.

Or perhaps this would best be done with two separate class templates.

@tbrown122387 tbrown122387 added the good first issue Good for newcomers label Sep 25, 2020
@tbrown122387 tbrown122387 added the enhancement New feature or request label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant