Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
0
stars
0
forks
source link
Benchmark script results: unserialize takes 2x longer than parse_code, polyfill takes 15x as long #155
Open
TysonAndre opened 6 years ago
And igbinary_unserialize is about the same.
This isn't counting the time to read unserialized contents from disk.
It's worth it to cache the polyfill if only the polyfill is available (A full analysis ends up being 2x slower, caching could get this to 1.1x or so)
This may vary slightly in real use cases