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 tweaks #283

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

Conversation

mpalourdio
Copy link

@mpalourdio mpalourdio commented May 22, 2021

Hi all!

Here are some small and safe performance tweaks :

  • Replaced the dirname(__FILE__) usage by __DIR__. dirname is evaluated at runtime, whereas __DIR__ is not.
  • Fixed some loose comparison, for more safety.
  • Replaced and usage by && (looked uncommon to me).

@mpalourdio mpalourdio changed the title Perf tweaks Performance tweaks May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant