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

Improving data processing by using Petri nets #80

Open
Markus-Elfring opened this issue Dec 1, 2022 · 1 comment
Open

Improving data processing by using Petri nets #80

Markus-Elfring opened this issue Dec 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Markus-Elfring
Copy link

👀 I took another look at the implementation of the method “validate”.
Thus I noticed that source code like “if (schema.containsKey("…"))” is used at some places.
The passed key word is always checked.

🤔 I imagine that unnecessary condition checks can be avoided if an other algorithm can be applied.
Thus I propose to consider data processing alternatives by working with Petri nets.
🔮 I am curious on further software evolution in such a design direction.

@Markus-Elfring Markus-Elfring added the enhancement New feature or request label Dec 1, 2022
@pmlopes
Copy link
Contributor

pmlopes commented Mar 9, 2023

Currently, we don't have the bandwidth for this but you're welcome to discuss concrete solutions.

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

2 participants