Re: [PHP-DEV] New Memory Manager for PHP7
[email protected] (Levi Morrison)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CAFMT4NoiLhFmJQefKv4Y0QkUYGvF0S91Cx-risYfvJmizoTYqg@mail.gmail.com> |
On Fri, Aug 22, 2014 at 4:04 AM, Dmitry Stogov <[email protected]> wrote: > Hi, > > I'm going to commit this on next week, if nobody cares. > MM is a self containing subsystem, and it must not affect anything else. > > Thanks. Dmitry. I compared this to master on a small PHP array vs SplFixedArray performance test I had lying around. It's a fairly small difference, but the new memory manager does seem to be consistently faster. No complaints from me.