summary refs log blame commit diff stats
path: root/README.org
blob: a8e66358117b76bec23e2592d820e0f57a71d9c2 (plain) (tree)



























                                                                       
#+title: Template::Nest::Fast
#+subtitle: manipulate a generic template structure via a Raku hash
#+export_file_name: index
#+options: toc:1
#+setupfile: ~/.emacs.d/org-templates/projects.org

| Source          | https://git.unfla.me/TemplateNestFast       |
| GitHub (mirror) | https://github.com/andinus/TemplateNestFast |

* Documentation

~Template::Nest::Fast~ is a high-performance template engine module for
Raku, designed to process nested templates quickly and efficiently.
This module improves on the original ~Template::Nest~ module by caching
the index of positions of variables, resulting in significantly faster
processing times.

** Implementation



** Options

* News

** v0.1.0 - 2023-03-28

+ Initial Release.