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

optimizations #207

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

optimizations #207

wants to merge 4 commits into from

Commits on Sep 25, 2022

  1. pairs to ipairs

    Aws0mee authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    4d577ee View commit details
    Browse the repository at this point in the history
  2. use table.IsEmpty

    using table.IsEmpty seems to be 10% - 20% faster than checking table size
    Aws0mee authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    f95b0bf View commit details
    Browse the repository at this point in the history
  3. pairs -> ipairs

    Aws0mee authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    ca7aec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    263afec View commit details
    Browse the repository at this point in the history