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

Explore ways to optimize validation and allowance flow. #29

Closed
shawnbrown opened this issue Nov 10, 2016 · 2 comments
Closed

Explore ways to optimize validation and allowance flow. #29

shawnbrown opened this issue Nov 10, 2016 · 2 comments

Comments

@shawnbrown
Copy link
Owner

Once major pieces are in place, explore ways of optimizing the validation/allowance process. Look to implement the following possible improvements:

  • Use lazy evaluation in validate and assertion functions by returning generators instead of fully calculated containers.
  • Create optimized _validate...() functions for faster testing (short-circuit evaluation and Boolean return values) rather than using _compare...() functions in all cases.
@shawnbrown
Copy link
Owner Author

This is being addressed by the new DataResult and DataQuery classes.

@shawnbrown
Copy link
Owner Author

This has been largely addressed in the current data handling implementation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant