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

Merge two loops #5923

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

changxuqing
Copy link
Contributor

@changxuqing changxuqing commented Apr 30, 2024

The operations of converting characters to ASCII values and generating a list of bits can be combined into one loop, reducing the number of passes.

to ASCII values and generating a list of bits can be
combined into one loop, reducing the number of passes.

Signed-off-by: changxuqing <changxuqing@uniontech.com>
@changxuqing changxuqing changed the title Merge two loops: The operations of converting characters Merge two loops Apr 30, 2024
The operations of converting characters to ASCII
values and generating a list of bits can be combined into
one loop, reducing the number of passes.

Signed-off-by: changxuqing <changxuqing@uniontech.com>
@richtja richtja self-requested a review May 15, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review Requested
Development

Successfully merging this pull request may close these issues.

None yet

1 participant