SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTML-Template-JIT rpm build for : OpenSuSE. For other distributions click perl-HTML-Template-JIT.

Name : perl-HTML-Template-JIT
Version : 0.50.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-23 22:00:58
Group : Unspecified Source RPM : perl-HTML-Template-JIT-0.50.0-lp156.1.1.src.rpm
Size : 0.06 MB
Packager : https://www_suse_com/
Summary : Just-in-Time Compiler for Html::Template
Description :
This module provides a just-in-time compiler for HTML::Template. The module
works in two phases:

* Load

When new() is called the module checks to see if it already has an
up-to-date version of your template compiled. If it does it loads the
compiled version and returns you a handle to call param() and output().

* Compile

If your template needs to be compiled - either because it has changed or
because it has never been compiled - then HTML::Template::JIT loads
HTML::Template::JIT::Compiler which uses HTML::Template and Inline::C to
compile your template to native machine instructions.

The compiled form is saved to disk in the jit_path directory and control
returns to the Load phase.

This may sound a lot like the way HTML::Template\'s cache mode works but
there are some significant differences:

* The compilation phase takes a long time. Depending on your system it might
take several seconds to compile a large template.

* The resulting compiled template is much faster than a normal cached
template. My benchmarks show HTML::Template::JIT, with a precompiled
template, performing 4 to 8 times faster than HTML::Template in cache mode.

* The resulting compiled template should use less memory than a normal cached
template. Also, if all your templates are already compiled then you don\'t
even have to load HTML::Template to use the templates!

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-HTML-Template-JIT-0.50.0-lp156.1.1.noarch.rpm
     

Provides :
perl(HTML::Template::JIT)
perl-HTML-Template-JIT

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(HTML::Template) >= 2.8
perl(Inline) >= 0.43
perl(Inline::C)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/HTML
/usr/lib/perl5/vendor_perl/5.26.1/HTML/Template
/usr/lib/perl5/vendor_perl/5.26.1/HTML/Template/JIT
/usr/lib/perl5/vendor_perl/5.26.1/HTML/Template/JIT.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTML/Template/JIT/Base.pm
/usr/lib/perl5/vendor_perl/5.26.1/HTML/Template/JIT/Compiler.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-HTML-Template-JIT
/usr/share/doc/packages/perl-HTML-Template-JIT/ANNOUNCE
/usr/share/doc/packages/perl-HTML-Template-JIT/Changes
/usr/share/doc/packages/perl-HTML-Template-JIT/README
/usr/share/licenses/perl-HTML-Template-JIT
/usr/share/licenses/perl-HTML-Template-JIT/ARTISTIC
/usr/share/licenses/perl-HTML-Template-JIT/GPL
/usr/share/man/man3/HTML::Template::JIT.3pm.gz
/usr/share/man/man3/HTML::Template::JIT::Base.3pm.gz
/usr/share/man/man3/HTML::Template::JIT::Compiler.3pm.gz

 
ICM