summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2023-03-28 10:13:04 +0530
committerAndinus <andinus@nand.sh>2023-03-28 10:13:04 +0530
commiteb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9 (patch)
treee5206df8adb62c5ccf606e15c27037d98df770d9 /README.org
downloadTemplateNestFast-eb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9.tar.gz
Initialize repository
Diffstat (limited to 'README.org')
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..a8e6635
--- /dev/null
+++ b/README.org
@@ -0,0 +1,28 @@
+#+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.