I benchmarked #PHP's native serializer vs code export. You won't believe what I found!

https://www.garfieldtech.com/blog/benchmarking-serialization

Benchmarking Serialization | GarfieldTech

@Crell when using opcache for PHP file-based cache on a large system, we had to blacklist the cache directory. Performance was fine until the interned strings buffer limit was hit, then load was regularly increasing by a lot!
@mbeccati I've run into that issue before, so was mindful of it in these tests.