Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

Fix memory leak for filters with keyword arguments #158

Closed dylanahsmith closed 2 years ago

dylanahsmith commented 2 years ago

Alternative to https://github.com/Shopify/liquid-c/pull/157 (see that PR for a description of the problem) Closes #157

This differs from that PR in that it continues to eagerly free the memory to reduce garbage collection.

I tested with the script from https://github.com/Shopify/liquid-c/pull/157 and it actually resulted in a lower RSS:

dylanahsmith commented 2 years ago

Closing in favour of https://github.com/Shopify/liquid-c/pull/157, see the discussion there