Skip to content

Commit

Permalink
ABOUT section
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalist committed May 16, 2012
1 parent 3165c32 commit f3630c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/Scalar/Util/reftype/Inline.pm
Expand Up @@ -20,3 +20,16 @@ sub unimport {
}

1;

=head1 ABOUT
A highly experimental inlined C<reftype> (implemented by rafl++).
Provided in the hope to be faster in special cases where reftype is a
bottle-neck, like it is, for instance, sometimes in
L<Data::DPath|Data::DPath>.
It seems to not help as much as anticipated, but is provided as
reference. (In the early days, when it still memleaked, it B<was>
faster, too bad we have to collect garbage...)
=cut

0 comments on commit f3630c9

Please sign in to comment.