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

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Feb 1, 2024

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.

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.
@nsajko
Copy link

nsajko commented Feb 1, 2024

Fixes #382

@pfitzseb pfitzseb merged commit e3c42b9 into julia-vscode:master Feb 1, 2024
57 checks passed
@vtjnash vtjnash deleted the patch-1 branch February 1, 2024 14:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants