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

Add a DEBUG mode #10

Open
vkhodygo opened this issue May 5, 2022 · 0 comments
Open

Add a DEBUG mode #10

vkhodygo opened this issue May 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request TODO

Comments

@vkhodygo
Copy link
Member

vkhodygo commented May 5, 2022

Current code contains too many checks, including the case of nested functions, going through the same data again and again.
Some (all?) of them significantly affect the performance and should be optional.
This could be done via:

  • an environment variable, the default state is to check everything;
  • an extra boolean parameter passed to every function. This is a more flexible option, however, this leads to combinatorial explosion of the total number of tests.
@vkhodygo vkhodygo added enhancement New feature or request TODO labels May 5, 2022
@vkhodygo vkhodygo self-assigned this May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO
Projects
None yet
Development

No branches or pull requests

1 participant