Template engine is an important library for web application development.
In Perl, Template-Toolkit and HTML::Template are famous and used very widely.
But these temlate engines are slow and not easy to use.
In this session, I'll talk you about a fast and full-featured template engine.
It is about five times faster than Template-Toolkit in spite of being implemented in pure Perl.
It is not only very fast but also full-featured and very easy to use.
Webアプリケーション開発において、テンプレートエンジンは重要なライブラリです。
Perl では、Template-Toolkit と HTML::Template が有名で、広く使われています。
しかしこれらは動作が遅く、使い勝手もよくありません。
このセッションでは、高速でかつ高機能なテンプレートエンジンを紹介します。
このテンプレートエンジンは、pure Perl で実装されていながら、
Template-Toolkit の約 5 倍高速に動作します。
また高速なだけでなく、機能が豊富で使うのもとても簡単です。