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

Option to make filters immutable when adding rules changing its semantic #70

Open
jclaveau opened this issue Dec 26, 2018 · 0 comments
Open
Labels
Milestone

Comments

@jclaveau
Copy link
Owner

Presently, filter mus be copied regularly to avoid misuse of rules.

Immutability would induce loss of performance especially due to duplicates of simplification process which is extremely expensive.

Autocopy of the filter everytime its logic is changed would avoid this loss of performance and easy its use

@jclaveau jclaveau changed the title Option to make filters immutable when adding rules Option to make filters immutable when adding rules changing its semantic Jan 3, 2019
@jclaveau jclaveau added this to the Version 2.0.0 milestone Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant