Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve code to avoid reliance on computation of length #383

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Improve code to avoid reliance on computation of length

    The `length` of a String is expensive to compute, and the `length` of a `Stateful` is deprecated. It does not appear to be necessary to compute however.
    vtjnash committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    460402e View commit details
    Browse the repository at this point in the history