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

Optimize calcMoveData #622

Merged
merged 1 commit into from
Mar 2, 2024
Merged

Conversation

edwin-bergstedt
Copy link
Contributor

Optimize calcMoveData by reducing looping. In my test case the speed increased with 12% and the number of calls was reduced by 14%.

Combined with the Caching optimization the speed increase was 14%, and the number of calls was reduced by 19%.

Optimize calcMoveData by reducing looping
@kbwbe kbwbe changed the base branch from master to testing March 2, 2024 10:25
@kbwbe kbwbe merged commit 5363e9b into kbwbe:testing Mar 2, 2024
@kbwbe
Copy link
Owner

kbwbe commented Mar 2, 2024

Thank you. I have made short tests. Everything seems working.

@edwin-bergstedt
Copy link
Contributor Author

edwin-bergstedt commented Mar 2, 2024 via email

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