Re: [PHP-DEV] Assess acceptability of having php-ds into core

2016-05-15 Thread Larry Garfield
On 05/12/2016 08:27 PM, guilhermebla...@gmail.com wrote: Hi internals, PHP 7 leverages a lot the performance internally and many PHP applications in the wild. Much of these improvement came by experimentation through PHPNG and the usage of efficient data structures internally. This idea of perfo

Re: [PHP-DEV] Assess acceptability of having php-ds into core

2016-05-12 Thread Pierre Joye
Hi On May 13, 2016 8:28 AM, "guilhermebla...@gmail.com" < guilhermebla...@gmail.com> wrote: > > Hi internals, > > PHP 7 leverages a lot the performance internally and many PHP applications > in the wild. Much of these improvement came by experimentation through > PHPNG and the usage of efficient d

Re: [PHP-DEV] Assess acceptability of having php-ds into core

2016-05-12 Thread Levi Morrison
On Thu, May 12, 2016 at 7:27 PM, guilhermebla...@gmail.com wrote: > Hi internals, > > PHP 7 leverages a lot the performance internally and many PHP applications > in the wild. Much of these improvement came by experimentation through > PHPNG and the usage of efficient data structures internally. T

[PHP-DEV] Assess acceptability of having php-ds into core

2016-05-12 Thread guilhermebla...@gmail.com
Hi internals, PHP 7 leverages a lot the performance internally and many PHP applications in the wild. Much of these improvement came by experimentation through PHPNG and the usage of efficient data structures internally. This idea of performance improvements are crucial to handle more requests, re