Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations
Shopify CEO uses AI coding agent to achieve 53% faster parse+render and 61% fewer allocations in the Liquid template engine.
Shopify CEO uses AI coding agent to achieve 53% faster parse+render and 61% fewer allocations in the Liquid template engine.
Armin Ronacher describes using an AI agent to port the MiniJinja template engine from Rust to Go, detailing the process and lessons learned.
Explores code generation in Hare v2 using strings::template for IPC interface implementation, building on a previous tool.
A tutorial on creating custom function templatetags in Django's template system to define and call functions within templates.