-
-
Notifications
You must be signed in to change notification settings - Fork 972
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
Cleanup: Remove questionable syntax #7370
Conversation
That's some amazingly bad syntax. Is that from the dawn of time? |
a0b25ce
to
633bb92
Compare
i'm not 100% convinced that the track one is really the best/clearest approach to this
i'm fairly sure that's from r1. |
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.
This looks like mixed code and data. I would use an array of score-boundaries and use std::lower_bound to figure out the offset of val.
Yep, this dates back to r1: |
skipped the track one for now, as probably a more involved rewrite might be in order there |
No description provided.