kjdev / php-ext-zstd

Zstd Extension for PHP
MIT License
201 stars 27 forks source link

Avoid double allocation for stream compression #48

Closed JakubOnderka closed 1 year ago

JakubOnderka commented 1 year ago

This makes code less complicated and also faster with lower memory usage.

kjdev commented 1 year ago

Cannot process if zstd is older than v1.4.0. Please set the minimum version of zstd or modify the code.

JakubOnderka commented 1 year ago

Force pushed fixed version that still supports older version.