DEV Community

Discussion on: Optimizing your PHP app speed

Collapse
 
darkain profile image
Vincent Milum Jr

Doing further investigating, it is actually MORE impactful to not use namespaces at all. If you are not actively within a namespace, and you don't use the leading \, then you get even more "micro-optimization" out of your code! ;)

3v4l.org/tmJMq