ext-pmmpthread icon indicating copy to clipboard operation
ext-pmmpthread copied to clipboard

Potential performance issue of PTHREADS_ZG(resolve), global object table, and more

Open dktapps opened this issue 2 years ago • 0 comments

https://github.com/php/php-src/issues/9813

TL;DR: Because of the use of aligned pointers as hash keys (which are unhashed by PHP), we may experience performance losses when looking up Threaded object refs, or when resolving functions from the resolve HT.

dktapps avatar Feb 02 '23 15:02 dktapps