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

Remove a runtime comparison #36

Closed
wants to merge 1 commit into from
Closed
Commits on Feb 12, 2020
  1. Remove a runtime comparison

    jvoisin committed Feb 12, 2020
    There is no need to check every single time
    if the corpus has been initialized: we can just add
    the dummy `bytearray(0)` value at startup, and assume
    that the corpus will never be empty.
You can’t perform that action at this time.