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 optimization (dupplicate call of strtoupper and multiple calls auf preg_replace) #1040

Closed
wants to merge 2 commits into from

Conversation

fglueck
Copy link

@fglueck fglueck commented Jun 28, 2019

Performance optimizing of dupplicate call strtoupper and preg_replace.

- [x ] a bugfix

Why this change is needed?

same like:
#825

strtoupper also in setSelectedCells()
little performance improvement
Copy link
Member

@PowerKiKi PowerKiKi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please rebase ?

@stale
Copy link

stale bot commented Sep 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.

@stale stale bot added the stale label Sep 23, 2019
@stale stale bot closed this Sep 30, 2019
@oleibman
Copy link
Collaborator

This appears to be a duplicate of #858. As noted in that ticket, getStyle no longer performs strtoupper, and the Validations class, new since this PR was introduced, combines its preg_replace calls into 1. Removing stale label, but keeping PR closed.

@oleibman oleibman removed the stale label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants