Shopify / liquid-c

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

Avoid using RARRAY_PTR #186

Closed casperisfine closed 1 year ago

casperisfine commented 1 year ago

It cause the array to be marked as unprotected, when this happen enough times it triggers a major GC run.