abw / Template2

Perl Template Toolkit v2
http://template-toolkit.org/
146 stars 94 forks source link

Optimize get_next overhead for frequent calls by avoiding AUTOLOAD. #236

Closed toddr closed 4 years ago

toddr commented 4 years ago

Autoload is somewhat expenseive and index, count, first, last, size are trivial subroutines. Let's just declare them.