You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by jesus on 1 Jan 1970 00:20 UTC
The Mungo::Response is a tied hash and there is a lot of lookups of keys within the module itself $self->{key}. This causes large overhead and the ugly peeking into the tied internals should be done for performance reasons within the module proper.
The text was updated successfully, but these errors were encountered:
Reported by jesus on 1 Jan 1970 00:20 UTC
The Mungo::Response is a tied hash and there is a lot of lookups of keys within the module itself
$self->{key}
. This causes large overhead and the ugly peeking into the tied internals should be done for performance reasons within the module proper.The text was updated successfully, but these errors were encountered: