Skip to content

Instantly share code, notes, and snippets.

View qRoC's full-sized avatar
🇺🇦
Defending my home

Andrii Savytskyi qRoC

🇺🇦
Defending my home
View GitHub Profile
@qRoC
qRoC / results
Last active January 24, 2017 15:32 — forked from dongilbert/results
Benchmark newInstanceWithoutConstructor vs unserialize for object creation vs json
PHP 5.6.29:
ReflectionClass::newInstanceWithoutConstructor: 0.17457699775696
ReflectionClass::newInstanceWithoutConstructor(json): 0.11926913261414
unserialize: 0.21122980117798
PHP 7.1.0:
ReflectionClass::newInstanceWithoutConstructor: 0.066795110702515
ReflectionClass::newInstanceWithoutConstructor(json): 0.065139055252075
unserialize: 0.10229301452637