Skip to content

Instantly share code, notes, and snippets.

View diskerror's full-sized avatar

Reid Woodbury Jr. diskerror

View GitHub Profile
@diskerror
diskerror / serialization_test.php
Last active July 30, 2025 18:36 — forked from pandeyanshuman/php_serialization_perf_test.php
PHP Serialization Performance Testing - Native, JSON, BSON, igbinary, MsgPack, and Swoole
#!/usr/bin/env php
<?php
/**
* Performance Testing of various serialization formats.
*
* References:
* - https://gist.github.com/Rican7/6457237
* - http://spage.fi/php_serialization_performance
*
* @copyright 2016 Pandey Anshuman Kishore