Creating performant PHP applications is a long and lonesome road. This talk contains a load of tools and tips to help you make your application Harder Better Faster Stronger!
on VM STACK memory Pointers to existing zvals Creates new immutable zvals Lot's of reference counting Avoids reference counting Lot's of garbage collection Avoids garbage collection on primitive values
on VM STACK memory Pointers to existing zvals Creates new immutable zvals Lot's of reference counting Avoids reference counting Lot's of garbage collection Avoids garbage collection on primitive values No support for JIT compilers Support for JIT compilers
on VM STACK memory Pointers to existing zvals Creates new immutable zvals Lot's of reference counting Avoids reference counting Lot's of garbage collection Avoids garbage collection on primitive values No support for JIT compilers Support for JIT compilers More memory usage Less memory usage
on VM STACK memory Pointers to existing zvals Creates new immutable zvals Lot's of reference counting Avoids reference counting Lot's of garbage collection Avoids garbage collection on primitive values No support for JIT compilers Support for JIT compilers More memory usage Less memory usage SLOWER FASTER