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 the validation performance #45

Open
hadisinaee opened this issue Feb 6, 2024 · 0 comments
Open

Improving the validation performance #45

hadisinaee opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hadisinaee
Copy link
Collaborator

The current version of the validator has a simple sequential execution. It takes about 5 to 10 minutes to validate all relationships. However, the implementation is not perfect and there is room for improvement. One basic improvement is to use a thread pool and dispatch each validation to a thread. This improves performance because these rules do not depend on each other.

@hadisinaee hadisinaee added the enhancement New feature or request label Feb 6, 2024
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