Hello! PHP 8.1 supports array unpacking with keys. I guess that is very similar to array_merge(), but for some reason array_merge() is 50% slower than unpacking.
So my question is: is there some way to optimize the engine so array_merge() can work like unpacking? Thanks!