kjdev / php-ext-zstd

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

Fix memory leak when using a dictionary #6

Closed martinml closed 6 years ago

martinml commented 6 years ago

I was batch compressing several thousand documents and after a number of them I was getting segfaults because several GB of memory were being used. Now the peak usage is in the tens-of-MB range.

kjdev commented 6 years ago

Thanks.