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

Use const whenever it is possible #38

Open
KedoKudo opened this issue Sep 20, 2023 · 0 comments
Open

Use const whenever it is possible #38

KedoKudo opened this issue Sep 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@KedoKudo
Copy link
Contributor

Describe the bug

There are a lot of var/pointers that can be converted to const, and they should be converted to const for speed.

Suggested steps

  • Going through the code and look for pointers/vars that are not modified.
  • Mark with const
  • Fix all compiling issues
  • Fix bugs based on unit test report

Expected behavior

We should see some speed gain.

@KedoKudo KedoKudo added bug Something isn't working enhancement New feature or request labels Sep 20, 2023
@KedoKudo KedoKudo self-assigned this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant