-
Notifications
You must be signed in to change notification settings - Fork 50
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
Just a few enhancments I assume #13
base: master
Are you sure you want to change the base?
Conversation
Thanks for your changes. Could you please maybe separate them into one commit per one PR? Each of your commits has its own functionality/meaning so it would be helpful to be able to discuss those in separate discussion threads. Thanks! |
I checked out and could not find how to to so sir! |
…tla#14] This replaces calling std::vector::at() with direct operator[] access. It is somehow faster - maybe compiler-related optimization or lack of out-of-range checking when using operator[]. Out-of-range access is prevented thanks to validateCoordinates() method
@meysam81 Ideally each functionality/logical change should have its own PR, hence its own branch. Reviewing and discussion will be more effective and well arranged. |
4e5e867
to
00445f9
Compare
Check it out if you like!