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

Optimize Performance of Contract Checks #6

Open
abeltavares opened this issue May 21, 2024 · 0 comments
Open

Optimize Performance of Contract Checks #6

abeltavares opened this issue May 21, 2024 · 0 comments
Labels

Comments

@abeltavares
Copy link
Owner

Description

Implement lazy evaluations and selective enforcement to optimize the performance of contract checks. This will balance between performance and safety.

Suggested Implementation

Introduce lazy evaluations to check conditions only when necessary. Allow users to selectively enable or disable specific contract checks.

Acceptance Criteria

  • Lazy evaluations are implemented for contract checks.
  • Users can selectively enable or disable specific contract checks.
  • Unit tests are written to ensure performance optimizations work as expected.
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