https://github.com/php/php-src/issues/17672`json_encode` can use SIMD · Issue #17672 · php/php-srcDescription The current json_encode implementation [1] iterates on every string character. I belive there is a potential to utilize SIMD to copy multiple characters to the output string as long as ...github.comPHP VM 에 써주세요PHP 좀 빨라지게
이전에 orjson 내부구현에서 simd 쓴거 본적있음 정확히는 orjson 내부에서 c extention으로 참조하는 라이브러리에서 쓰고있긴했는데 신선했음 - dc App