From f3630c9e3fcbab4063afde14de88ce5c530756fa Mon Sep 17 00:00:00 2001 From: Steffen Schwigon Date: Wed, 16 May 2012 11:23:57 +0200 Subject: [PATCH] ABOUT section --- lib/Scalar/Util/reftype/Inline.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/Scalar/Util/reftype/Inline.pm b/lib/Scalar/Util/reftype/Inline.pm index d458b34..cf93c66 100644 --- a/lib/Scalar/Util/reftype/Inline.pm +++ b/lib/Scalar/Util/reftype/Inline.pm @@ -20,3 +20,16 @@ sub unimport { } 1; + +=head1 ABOUT + +A highly experimental inlined C (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. + +It seems to not help as much as anticipated, but is provided as +reference. (In the early days, when it still memleaked, it B +faster, too bad we have to collect garbage...) + +=cut