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

Code Optimization #426

Open
1 of 5 tasks
Kexanone opened this issue Dec 14, 2018 · 0 comments
Open
1 of 5 tasks

Code Optimization #426

Kexanone opened this issue Dec 14, 2018 · 0 comments
Labels
change Issue or PR that will change a implemented feature. priority/medium Issue or PR that impacts some portions of the user base and should be resolved with due time.
Milestone

Comments

@Kexanone
Copy link
Member

Kexanone commented Dec 14, 2018

  • Dedmen's optimization suggestions #425
  • Get rid of while {true} and use, for instance, CBA's CBA_fnc_addPerFrameHandler.
  • Only use scheduled environment where necessary (i.e. for expensive stuff to prevent severe freezes).
    • Use the new unscheduled module framework.
    • Use progress bars in case of expensive stuff in scheduled.
  • Use private variables.
  • Use the new doc comment syntax.
@Kexanone Kexanone added change Issue or PR that will change a implemented feature. priority/medium Issue or PR that impacts some portions of the user base and should be resolved with due time. sticky Issue that is of very high importance or as a part reminder. labels Dec 14, 2018
@Kexanone Kexanone modified the milestones: 1.3.0, Backlog, 1.2.1 Dec 14, 2018
@Kexanone Kexanone self-assigned this Dec 14, 2018
@Kexanone Kexanone modified the milestones: 1.2.1, 1.3.0 Dec 14, 2018
@CreepPork CreepPork removed the sticky Issue that is of very high importance or as a part reminder. label Dec 30, 2018
@Kexanone Kexanone removed their assignment Feb 17, 2019
@CreepPork CreepPork modified the milestones: 1.3.0, 1.4.0 Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change Issue or PR that will change a implemented feature. priority/medium Issue or PR that impacts some portions of the user base and should be resolved with due time.
Projects
None yet
Development

No branches or pull requests

2 participants