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

Performance boost #1803

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

Commits on Nov 19, 2021

  1. remove find from loop

    theres no need to set ffxn in a loop, when having 4k rows with 8 columns as example then the jQuery find will execute 32000 times
    
    the setting of ffxn does not use cell data, so dont loop it
    reashetyrr committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    793852c View commit details
    Browse the repository at this point in the history
  2. proper indentation

    reashetyrr committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    582ff37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48dbad View commit details
    Browse the repository at this point in the history