Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hyperf\Codec\Packer\IgbinarySerializerPacker. #5957

Merged
merged 4 commits into from
Jul 18, 2023

Conversation

binaryfire
Copy link
Contributor

@binaryfire binaryfire commented Jul 18, 2023

  • Igbinary serializer is faster than php serializer (better performance)
  • Igbinary serializer results in smaller payloads than php serializer (reduced Redis memory consumption)

Benchmarks 1: https://github.com/igbinary/igbinary/blob/master/benchmark/comparisons.php

Benchmarks 2: https://github.com/EFTEC/php-benchmarks#serializations

@limingxinleo limingxinleo changed the title Add IgbinarySerializerPacker Added Hyperf\Codec\Packer\IgbinarySerializerPacker. Jul 18, 2023
@limingxinleo limingxinleo merged commit 0cb5ada into hyperf:master Jul 18, 2023
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants