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

General - Performance Improvements #14

Merged
merged 31 commits into from
Jan 19, 2025
Merged

General - Performance Improvements #14

merged 31 commits into from
Jan 19, 2025

Conversation

Drofseh
Copy link
Contributor

@Drofseh Drofseh commented Oct 15, 2024

When merged this pull request will:

  • Improve performance of TMF by using more efficient commands or structures.
  1. replace vehicle _x != _x and vehicle _x == _x check with !isNull objectParent _x and isNull objectParent _x
  2. increase the use of lazy evaluation
  3. replace pushBackUnique with pushBack and arrayIntersect where sensible.
  4. replace _array pushBackUnique _item != -1 with _item in _array (what a strange use of pushBackUnique)
  5. replace CBA hashmap functions with newer vanilla hashmap commands
  6. change or to || and and to &&
  7. remove refereces to RHS, 3CB, TF47
  8. modernize use of private keyword
  9. various minor fixes and optimizations
  10. fix Zeus - "Add Objects" buttons do not appear to function. #9

@Drofseh Drofseh added the enhancement New feature or improvement label Oct 15, 2024
@Drofseh Drofseh marked this pull request as ready for review January 19, 2025 04:28
@Drofseh Drofseh merged commit ad2da38 into dev Jan 19, 2025
@Drofseh Drofseh deleted the performance-improvements branch January 19, 2025 04:33
@Drofseh Drofseh changed the title Performance Improvements General - Performance Improvements Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zeus - "Add Objects" buttons do not appear to function.
1 participant