Add a note on the performance of APR::Request
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index fea294e..fd22ff0 100644 (file)
@@ -650,6 +650,7 @@ sub unescape_uri {
     my $self = shift;
     
     if ( HAS_APR ) {
+        # This function is ~12x faster than URI::Escape
         return APR::Request::decode(@_);
     }