feat: persistent-zval helpers (deep-copy zval trees across threads) by nicolas-grekas · Pull Request #2366 · php/frankenphp · GitHub
DRANK
Second step of the split suggested in #2287: land the persistent-zval subsystem as a standalone, reviewable header, independent of background workers. This is the subsystem most likely to hide late...
1 comments
github.com/php/frankenphp… お、これ似たようなの parallel でできたら面白そうだと思ってたんだよな。こっちは最適化としてゼロコピーにできる interned string や immutable array をゼロコピーにして API 揃える方針か。