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

perf: overall improvements #4783

Merged
merged 2 commits into from
Sep 23, 2021
Merged

perf: overall improvements #4783

merged 2 commits into from
Sep 23, 2021

Commits on Sep 22, 2021

  1. perf: refactor to make overall changes

    - Make some functions pure and move them to the top level
    - Avoid some Promise overhead
    - Utilize Array method on non-performance-intensive tasks
    SukkaW committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f277e09 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. perf: avoid using new Promise

    SukkaW committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5ea2ff6 View commit details
    Browse the repository at this point in the history