-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Reducing time complexity #1668
Comments
@ghiscoding Please do check this |
That's a good suggestion, and I would really like if you could contribute directly to the project and be added as a contributor to the project. Would you like to contribute? If you need help on how to contribute then let me know. The code you are referring to can be found in the SlickDataView file, you could also contribute directly from GitHub since this seems like a small change slickgrid-universal/packages/common/src/core/slickDataview.ts Lines 1546 to 1554 in 633c5be
Also doing a search across the project, I see another section where we could also do the same approach. slickgrid-universal/packages/common/src/editors/selectEditor.ts Lines 227 to 238 in 633c5be
|
@ghiscoding Yes please add me as a contributor. THanks |
You need to contribute a Pull Request (PR) to be a contributor, so I will wait for your PR then 😉 |
@ghiscoding Please review the PR #1670 |
Describe the bug
We found that the due to the below code, the time complexity is O(n square) which can be reduced to O(n)
Modified code:
Reproduction
For large data set, the page hange for 1 minute
Which Framework are you using?
React
Environment Info
Validations
The text was updated successfully, but these errors were encountered: