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

Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function #134

Conversation

WyriHaximus
Copy link
Member

Just as previous PR's like #133 and reactphp/socket#183 and reactphp/stream#137 this prefixes all global functions and constants with a \ to gain a small performance boost

… skip the look up and resolve process and go straight to the global function
@WyriHaximus WyriHaximus requested review from jsor and clue and removed request for jsor January 7, 2019 18:00
@WyriHaximus WyriHaximus added this to the v3.0.0 milestone Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants