Skip to content

Instantly share code, notes, and snippets.

@nihen
Created August 5, 2010 06:23
Show Gist options
  • Save nihen/509335 to your computer and use it in GitHub Desktop.
Save nihen/509335 to your computer and use it in GitHub Desktop.
{chiba}% MOUSE_PUREPERL=0 perl benchmark/others.pl --pp
testing with PP
Perl/5.12.1 x86_64-linux
Text::Xslate/0.1054
Text::MicroTemplate/0.15
Template/2.22
Text::ClearSilver/0.10.5.4
HTML::Template::Pro/0.9502
1..5
ok 1 - TT: Template-Toolkit
ok 2 - MT: Text::MicroTemplate
ok 3 - TCS: Text::ClearSilver
ok 4 - HTP: HTML::Template::Pro
ok 5 - HT: HTML::Template
Benchmarks with 'list' (datasize=100)
Rate Xslate TT HT MT
Xslate 141/s -- -23% -46% -86%
TT 183/s 30% -- -29% -82%
HT 259/s 84% 41% -- -74%
MT 1000/s 611% 445% 286% --
{chiba}% MOUSE_PUREPERL=1 perl benchmark/others.pl --pp
testing with PP
Perl/5.12.1 x86_64-linux
Text::Xslate/0.1054
Text::MicroTemplate/0.15
Template/2.22
Text::ClearSilver/0.10.5.4
HTML::Template::Pro/0.9502
1..5
ok 1 - TT: Template-Toolkit
ok 2 - MT: Text::MicroTemplate
ok 3 - TCS: Text::ClearSilver
ok 4 - HTP: HTML::Template::Pro
ok 5 - HT: HTML::Template
Benchmarks with 'list' (datasize=100)
Rate Xslate TT HT MT
Xslate 126/s -- -31% -50% -87%
TT 184/s 46% -- -28% -81%
HT 255/s 101% 38% -- -74%
MT 982/s 677% 433% 286% --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment