Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.13k stars 1.39k forks source link

avoid allocating new empty array #1843

Closed ggmichaelgo closed 2 weeks ago

ggmichaelgo commented 2 weeks ago

This improves the parsing speed slightly by avoiding allocating a new empty array when parsing filter arguments in Liquid templates.