You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: