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

Loop optimization #83

Open
barsnick opened this issue Oct 22, 2024 · 0 comments
Open

Loop optimization #83

barsnick opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@barsnick
Copy link
Contributor

Describe the problem

Large arrays result in chains of repeating grammars. These could be compacted to loops which reuse the grammar, thus reducing code size.

Most savings can obviously be made with larger arrays, which occur with the newer ISO 15118-20 protocols.

Describe your solution

No response

Additional context

WIP with me. 😀

@barsnick barsnick added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant