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

exercises(isogram): example: refactor #331

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

ee7
Copy link
Member

@ee7 ee7 commented Sep 21, 2023

Improve readability and performance by using an array of bools, rather than a u32.

Refs: #313


I think https://zig.godbolt.org/z/dh5Wjf9hv is sufficient to look at the assembly output.

Improve readability and performance by using an array of bools, rather
than a u32.
@ee7 ee7 requested a review from booniepepper September 21, 2023 10:49
ee7 and others added 2 commits October 4, 2023 23:01
Let's break this up.

The first part was an exit criterion for the function, and the latter
part was for future iterations, so it feels like they're doing fairly
different things.

Co-authored-by: Justin "J.R." Hill <[email protected]>
@ee7 ee7 merged commit 53640fc into exercism:main Oct 4, 2023
@ee7 ee7 deleted the exercises-isogram-example-refactor branch October 4, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants