-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[features] Better indices and looping #3447
[features] Better indices and looping #3447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's plenty left to do, clearly...
This pull request has been automatically marked as stale because it hasn't had Come back whenever you have time. We look forward to your contribution. |
bde7913
to
c7c779c
Compare
@taketwo This is nearly complete. Should I organize commits by file since that seems the best way to ingest the large changes? |
bc1e908
to
224a6a8
Compare
Ideally, split this into multiple PRs. I'm afraid I won't have a free chunk of time long enough to click through 45 commits at once. |
Most commits are a few lines. I'll create a PR from the first commit (which is the meatiest and sort-of makes more sense). The rest, I might group arbitrarily. |
224a6a8
to
bd1fd3b
Compare
950be79
to
ee3bd9b
Compare
…ons for better code
ee3bd9b
to
d7fd8b0
Compare
Closing since other PR supersede this |
Converting internal indices to
std::size_t
or smarter loops