Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mungo::Response has high overhead #15

Open
mamurphy opened this issue Dec 5, 2017 · 2 comments
Open

Mungo::Response has high overhead #15

mamurphy opened this issue Dec 5, 2017 · 2 comments

Comments

@mamurphy
Copy link
Member

mamurphy commented Dec 5, 2017

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.

@mamurphy
Copy link
Member Author

mamurphy commented Dec 5, 2017

Comment by jesus on 1 Jan 1970 00:20 UTC
(In [42]) refs #15. Need to test this extensively, but it behaves as expected in my cursory tests.

@mamurphy
Copy link
Member Author

mamurphy commented Dec 5, 2017

Modified by clinton on 1 Jan 1970 00:20 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant